Drop the exit

This commit is contained in:
Bob Mottram 2015-11-26 11:10:07 +00:00
parent 1e4298f204
commit 929df4f2d6
1 changed files with 0 additions and 3 deletions

View File

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