Explorar o código

remove obsolete script

Matthew R. Kasun %!s(int64=3) %!d(string=hai) anos
pai
achega
c5af286504
Modificáronse 1 ficheiros con 0 adicións e 11 borrados
  1. 0 11
      scripts/daemon.sh

+ 0 - 11
scripts/daemon.sh

@@ -1,11 +0,0 @@
-# create a logs file
-sudo touch /etc/netclient/netclient.logs
-echo "[netclient] created logs file in /etc/netclient/netclient.logs"
-echo "[netclient] Starting netclient checkins"
-# loop and call checkin -n all
-while [ 1 ]; do
-    # add logs to netclient.logs
-    sudo /etc/netclient/netclient checkin -n all >> /etc/netclient/netclient.logs 2&1>
-    sleep 15
-done &
-echo "[netclient] exiting"