Browse Source

Fix for shfmt check

pull/4706/head
Scruel Tao 1 year ago
committed by GitHub
parent
commit
ba468bb5e4
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      deploy/synology_dsm.sh

3
deploy/synology_dsm.sh

@ -104,7 +104,8 @@ synology_dsm_deploy() {
_err "Do not use a backslash (\) in your certificate description"
return 1
fi
_base_url="$SYNO_Scheme://$SYNO_Hostname:$SYNO_Port"
_base_url="$SYNO_Scheme://$SYNO_Hostname:$SYNO_Port"
_debug _base_url "$_base_url"
_debug "Getting API version"

Loading…
Cancel
Save