Fix indentation and return 1 for failed reload

pull/6379/head
invario 2025-05-28 17:44:26 -04:00 committed by GitHub
parent 06b9db9077
commit 9ef3e128c6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 74 additions and 74 deletions

View File

@ -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
}