Add cleanup for example 7
This commit is contained in:
parent
b7f556844a
commit
67deaa6f61
1 changed files with 4 additions and 0 deletions
4
support/cleanup7.sh
Executable file
4
support/cleanup7.sh
Executable file
|
@ -0,0 +1,4 @@
|
||||||
|
#!/bin/bash
|
||||||
|
service stop ntp
|
||||||
|
apt-get remove ntp -y
|
||||||
|
rm -rf /etc/ntp.conf
|
Loading…
Reference in a new issue