From d8f6ce0df9ad8506d6780a37b0197cf1172726b1 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Thu, 19 Mar 2015 20:11:15 +0000 Subject: [PATCH] Single quotes --- src/freedombone | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/freedombone b/src/freedombone index 173b1ba3..e41b5c64 100755 --- a/src/freedombone +++ b/src/freedombone @@ -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