diff --git a/src/freedombone-app-postactiv b/src/freedombone-app-postactiv index c1eca152..984c4fc0 100755 --- a/src/freedombone-app-postactiv +++ b/src/freedombone-app-postactiv @@ -208,7 +208,7 @@ function postactiv_running_script { echo ' MY_EMAIL_ADDRESS=$ADMIN_USER@$HOSTNAME' >> /etc/cron.hourly/postactiv-daemons echo ' echo "Restarting postactiv daemons" | mail -s "postactiv daemons not found" $MY_EMAIL_ADDRESS' >> /etc/cron.hourly/postactiv-daemons echo " cd /var/www/${POSTACTIV_DOMAIN_NAME}/htdocs" >> /etc/cron.hourly/postactiv-daemons - echo ' #scripts/startdaemons.sh' >> /etc/cron.hourly/postactiv-daemons + echo ' scripts/startdaemons.sh' >> /etc/cron.hourly/postactiv-daemons echo 'fi' >> /etc/cron.hourly/postactiv-daemons echo "cd /var/www/${POSTACTIV_DOMAIN_NAME}/htdocs" >> /etc/cron.hourly/postactiv-daemons @@ -218,7 +218,7 @@ function postactiv_running_script { echo 'php scripts/delete_orphan_files.php > /dev/null' >> /etc/cron.hourly/postactiv-daemons echo 'php scripts/clean_thumbnails.php -y > /dev/null' >> /etc/cron.hourly/postactiv-daemons echo 'php scripts/clean_file_table.php -y > /dev/null' >> /etc/cron.hourly/postactiv-daemons - echo '# php scripts/upgrade.php > /dev/null' >> /etc/cron.hourly/postactiv-daemons + echo 'php scripts/upgrade.php > /dev/null' >> /etc/cron.hourly/postactiv-daemons chmod +x /etc/cron.hourly/postactiv-daemons }