浏览代码

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
 }