Browse Source
Fix indentation and return 1 for failed reload
pull/6379/head
invario
6 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
74 additions and
74 deletions
-
deploy/localcopy.sh
|
|
|
@ -95,11 +95,11 @@ else |
|
|
|
_savedeployconf DEPLOY_LOCALCOPY_RELOADCMD "$DEPLOY_LOCALCOPY_RELOADCMD" "base64" |
|
|
|
else |
|
|
|
_err "Reload failed." |
|
|
|
return 1; |
|
|
|
fi; |
|
|
|
fi; |
|
|
|
|
|
|
|
_info "$(__green "'localcopy' deploy success")" |
|
|
|
return 0 |
|
|
|
|
|
|
|
} |
|
|
|
|