From a4a5501c4f4ebb808c8284c5bbe1cabd3af7db16 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Wed, 1 Oct 2014 10:13:27 +0100 Subject: [PATCH] Remove systemd call --- install-freedombone.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-freedombone.sh b/install-freedombone.sh index a955bb81..28e7740b 100755 --- a/install-freedombone.sh +++ b/install-freedombone.sh @@ -731,6 +731,7 @@ function time_synchronisation { # building tlsdate from source is a workaround because of # this bug https://github.com/ioerror/tlsdate/issues/130 apt-get -y --force-yes install build-essential automake git pkg-config autoconf libtool libssl-dev libevent-dev + if [ ! -d $INSTALL_DIR ]; then mkdir $INSTALL_DIR fi @@ -743,7 +744,6 @@ function time_synchronisation { make install cp /usr/local/bin/tlsdate* /usr/bin cp /usr/local/sbin/tlsdate* /usr/bin - systemctl start tlsdated.service apt-get -y remove ntpdate