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 | 246 | service apache2 start |
247 | 247 | ;; |
248 | 248 | "update") |
249 | - if [ -z "$GITUSER" ] || [ -z "$GITEMAIL" ] || [ -z "$GITPASSWORD" ] ; | |
249 | + if [ -z "$GITUSER" ] || [ -z "$GITEMAIL" ] || [ -z "$GITPASSWORD" ] || [ -z "$HOSTNAMESPOD" ]; | |
250 | 250 | then |
251 | 251 | echo "You must specify the SPOD git credentials." |
252 | 252 | exit -2 | ... | ... |