Selaa lähdekoodia

Drop the exit

Bob Mottram 9 vuotta sitten
vanhempi
commit
929df4f2d6
1 muutettua tiedostoa jossa 0 lisäystä ja 3 poistoa
  1. 0
    3
      src/freedombone

+ 0
- 3
src/freedombone Näytä tiedosto

@@ -11083,9 +11083,6 @@ function create_upgrade_script {
11083 11083
   echo "echo '
11084 11084
 
11085 11085
 ' | reset-tripwire" >> /etc/cron.weekly/$UPGRADE_SCRIPT_NAME
11086
-  echo '' >> /etc/cron.weekly/$UPGRADE_SCRIPT_NAME
11087
-
11088
-  echo 'exit 0' >> /etc/cron.weekly/$UPGRADE_SCRIPT_NAME
11089 11086
   chmod +x /etc/cron.weekly/$UPGRADE_SCRIPT_NAME
11090 11087
   echo 'create_upgrade_script' >> $COMPLETION_FILE
11091 11088
 }