Commit 29dbd016bb9170fb8b75f40b28e43254494e7175

Authored by isisadmin
1 parent 919a8e72

bug fix

Showing 1 changed file with 4 additions and 1 deletions
spod-manager.sh
@@ -265,12 +265,15 @@ echo "SPOD MANAGER Action: $ACTION ..." @@ -265,12 +265,15 @@ echo "SPOD MANAGER Action: $ACTION ..."
265 cp -r $SPODWWW /var 265 cp -r $SPODWWW /var
266 266
267 cd /var/www 267 cd /var/www
  268 + git remote rm origin
268 git init 269 git init
269 git remote add origin http://$GITUSER:$GITPASSWORD@$GITSPOD/isislab/spod-core.git 270 git remote add origin http://$GITUSER:$GITPASSWORD@$GITSPOD/isislab/spod-core.git
270 cd /var/www/ow_plugins 271 cd /var/www/ow_plugins
271 - git init 272 + git remote rm origin
  273 + git init
272 git remote add origin http://$GITUSER:$GITPASSWORD@$GITSPOD/isislab/spod-plugins.git 274 git remote add origin http://$GITUSER:$GITPASSWORD@$GITSPOD/isislab/spod-plugins.git
273 cd /var/www/ow_themes 275 cd /var/www/ow_themes
  276 + git remote rm origin
274 git init 277 git init
275 git remote add origin http://$GITUSER:$GITPASSWORD@$GITSPOD/isislab/spod-themes.git 278 git remote add origin http://$GITUSER:$GITPASSWORD@$GITSPOD/isislab/spod-themes.git
276 service apache2 start 279 service apache2 start