Browse Source

Fix indentation and return 1 for failed reload

pull/6379/head
invario 6 months ago
committed by GitHub
parent
commit
9ef3e128c6
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      deploy/localcopy.sh

2
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
}
Loading…
Cancel
Save