diff --git a/src/freedombone b/src/freedombone index d48ffc2d..416d6a87 100755 --- a/src/freedombone +++ b/src/freedombone @@ -10001,6 +10001,12 @@ function create_upgrade_script { echo ' cp gpgit.pl /usr/bin' >> /etc/cron.weekly/$UPGRADE_SCRIPT_NAME echo 'fi' >> /etc/cron.weekly/$UPGRADE_SCRIPT_NAME + echo '' >> /etc/cron.weekly/$UPGRADE_SCRIPT_NAME + 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