From 929df4f2d663d1484990976e572d35d0346a99ad Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Thu, 26 Nov 2015 11:10:07 +0000 Subject: [PATCH] Drop the exit --- src/freedombone | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/freedombone b/src/freedombone index a43844ff..58eb4a08 100755 --- a/src/freedombone +++ b/src/freedombone @@ -11083,9 +11083,6 @@ function create_upgrade_script { echo "echo ' ' | reset-tripwire" >> /etc/cron.weekly/$UPGRADE_SCRIPT_NAME - echo '' >> /etc/cron.weekly/$UPGRADE_SCRIPT_NAME - - echo 'exit 0' >> /etc/cron.weekly/$UPGRADE_SCRIPT_NAME chmod +x /etc/cron.weekly/$UPGRADE_SCRIPT_NAME echo 'create_upgrade_script' >> $COMPLETION_FILE }