From cc01ff7a59ca943d7b754c87cf94d657500e2807 Mon Sep 17 00:00:00 2001 From: isisadmin Date: Wed, 30 Sep 2015 18:37:34 +0200 Subject: [PATCH] bug fix --- spod-manager.sh | 3 +++ 1 file changed, 3 insertions(+), 0 deletions(-) diff --git a/spod-manager.sh b/spod-manager.sh index 558cf64..720deaf 100755 --- a/spod-manager.sh +++ b/spod-manager.sh @@ -276,6 +276,8 @@ echo "SPOD MANAGER Action: $ACTION ..." git remote rm origin git init git remote add origin http://$GITUSER:$GITPASSWORD@$GITSPOD/isislab/spod-themes.git + + chown www-data:www-data -R /var/www service apache2 start ;; @@ -305,6 +307,7 @@ echo "SPOD MANAGER Action: $ACTION ..." wget -q -O /dev/null http://localhost/ rm -f /var/www/ow_includes/config.php echo $CONFIG0$HOSTNAMESPOD$CONFIG1$CONFIG3 >> /var/www/ow_includes/config.php + chown www-data:www-data -R /var/www service apache2 restart else echo "Your SPOD installation is corrupt, please uninstall and istall it again. Your database will be erased." -- libgit2 0.21.4