ソースを参照

Drop the exit

Bob Mottram 9 年 前
コミット
929df4f2d6
共有1 個のファイルを変更した0 個の追加3 個の削除を含む
  1. 0
    3
      src/freedombone

+ 0
- 3
src/freedombone ファイルの表示

@@ -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
 }