Commit 3ce468194020b4c26827f0f45fde9abeb0e9e23e
1 parent
2d9a779b
update
Showing
1 changed file
with
1 additions
and
1 deletions
spod-manager.sh
@@ -246,7 +246,7 @@ echo "SPOD MANAGER Action: $ACTION ..." | @@ -246,7 +246,7 @@ echo "SPOD MANAGER Action: $ACTION ..." | ||
246 | service apache2 start | 246 | service apache2 start |
247 | ;; | 247 | ;; |
248 | "update") | 248 | "update") |
249 | - if [ -z "$GITUSER" ] || [ -z "$GITEMAIL" ] || [ -z "$GITPASSWORD" ] ; | 249 | + if [ -z "$GITUSER" ] || [ -z "$GITEMAIL" ] || [ -z "$GITPASSWORD" ] || [ -z "$HOSTNAMESPOD" ]; |
250 | then | 250 | then |
251 | echo "You must specify the SPOD git credentials." | 251 | echo "You must specify the SPOD git credentials." |
252 | exit -2 | 252 | exit -2 |