Ver código fonte

Drop the exit

Bob Mottram 9 anos atrás
pai
commit
929df4f2d6
1 arquivos alterados com 0 adições e 3 exclusões
  1. 0
    3
      src/freedombone

+ 0
- 3
src/freedombone Ver arquivo

11083
   echo "echo '
11083
   echo "echo '
11084
 
11084
 
11085
 ' | reset-tripwire" >> /etc/cron.weekly/$UPGRADE_SCRIPT_NAME
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
   chmod +x /etc/cron.weekly/$UPGRADE_SCRIPT_NAME
11086
   chmod +x /etc/cron.weekly/$UPGRADE_SCRIPT_NAME
11090
   echo 'create_upgrade_script' >> $COMPLETION_FILE
11087
   echo 'create_upgrade_script' >> $COMPLETION_FILE
11091
 }
11088
 }