Single quotes

This commit is contained in:
Bob Mottram 2015-03-19 20:11:15 +00:00
parent 7fe83fbf27
commit d8f6ce0df9
1 changed files with 1 additions and 1 deletions

View File

@ -8390,7 +8390,7 @@ function create_upgrade_script {
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 git:git /home/git" >> /etc/cron.weekly/$UPGRADE_SCRIPT_NAME
echo 'chown -R git:git /home/git' >> /etc/cron.weekly/$UPGRADE_SCRIPT_NAME
fi
echo 'exit 0' >> /etc/cron.weekly/$UPGRADE_SCRIPT_NAME