From 6881ef23093c6d7eec3fee99e35bb03df7c46f4d Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 12 Apr 2015 16:04:29 +0100 Subject: [PATCH] Temporary workaround --- src/freedombone | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/freedombone b/src/freedombone index 0764bdac..f57c07df 100755 --- a/src/freedombone +++ b/src/freedombone @@ -8485,8 +8485,8 @@ function create_upgrade_script { echo "cd /var/www/$FULLBLOG_DOMAIN_NAME/htdocs" >> /etc/cron.weekly/$UPGRADE_SCRIPT_NAME echo 'git stash' >> /etc/cron.weekly/$UPGRADE_SCRIPT_NAME echo 'git stash drop' >> /etc/cron.weekly/$UPGRADE_SCRIPT_NAME - echo 'git pull' >> /etc/cron.weekly/$UPGRADE_SCRIPT_NAME - echo "chown -R www-data:www-data /var/www/$FULLBLOG_DOMAIN_NAME/htdocs" >> /etc/cron.weekly/$UPGRADE_SCRIPT_NAME + echo '#git pull' >> /etc/cron.weekly/$UPGRADE_SCRIPT_NAME + echo "#chown -R www-data:www-data /var/www/$FULLBLOG_DOMAIN_NAME/htdocs" >> /etc/cron.weekly/$UPGRADE_SCRIPT_NAME fi if grep -Fxq "install_owncloud_music_app" $COMPLETION_FILE; then echo '' >> /etc/cron.weekly/$UPGRADE_SCRIPT_NAME