From 67deaa6f6183a5947e39209035962f68a321653a Mon Sep 17 00:00:00 2001 From: Andrew Tomaka Date: Mon, 2 Dec 2013 21:34:11 -0500 Subject: [PATCH] Add cleanup for example 7 --- support/cleanup7.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 support/cleanup7.sh diff --git a/support/cleanup7.sh b/support/cleanup7.sh new file mode 100755 index 0000000..e2effd3 --- /dev/null +++ b/support/cleanup7.sh @@ -0,0 +1,4 @@ +#!/bin/bash +service stop ntp +apt-get remove ntp -y +rm -rf /etc/ntp.conf