From 29dbd016bb9170fb8b75f40b28e43254494e7175 Mon Sep 17 00:00:00 2001 From: isisadmin Date: Wed, 30 Sep 2015 17:39:17 +0200 Subject: [PATCH] bug fix --- spod-manager.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/spod-manager.sh b/spod-manager.sh index 4e17c31..3bf7637 100755 --- a/spod-manager.sh +++ b/spod-manager.sh @@ -265,12 +265,15 @@ echo "SPOD MANAGER Action: $ACTION ..." cp -r $SPODWWW /var cd /var/www + git remote rm origin git init git remote add origin http://$GITUSER:$GITPASSWORD@$GITSPOD/isislab/spod-core.git cd /var/www/ow_plugins - git init + git remote rm origin + git init git remote add origin http://$GITUSER:$GITPASSWORD@$GITSPOD/isislab/spod-plugins.git cd /var/www/ow_themes + git remote rm origin git init git remote add origin http://$GITUSER:$GITPASSWORD@$GITSPOD/isislab/spod-themes.git service apache2 start -- libgit2 0.21.4