Fix indentation and return 1 for failed reload
parent
06b9db9077
commit
9ef3e128c6
|
@ -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
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue