add newline at end of file

This commit is contained in:
b1n23 2024-04-01 21:59:12 +08:00
parent 295af01687
commit c466f063c8
5 changed files with 5 additions and 5 deletions

View File

@ -53,4 +53,4 @@ cachefly_deploy() {
_debug response "$_response" _debug response "$_response"
_info "Domain $_cdomain certificate successfully deployed to CacheFly." _info "Domain $_cdomain certificate successfully deployed to CacheFly."
return 0 return 0
} }

View File

@ -77,4 +77,4 @@ directadmin_deploy() {
_info "Domain $_cdomain certificate successfully deployed to DirectAdmin Domain $DirectAdmin_MAIN_DOMAIN." _info "Domain $_cdomain certificate successfully deployed to DirectAdmin Domain $DirectAdmin_MAIN_DOMAIN."
return 0 return 0
} }

View File

@ -83,4 +83,4 @@ edgio_deploy() {
done done
return 0 return 0
} }

View File

@ -108,4 +108,4 @@ keyhelp_deploy() {
_info "Domain $_cdomain certificate successfully deployed to KeyHelp Domain ID $DEPLOY_KEYHELP_DOMAIN_ID." _info "Domain $_cdomain certificate successfully deployed to KeyHelp Domain ID $DEPLOY_KEYHELP_DOMAIN_ID."
return 0 return 0
} }

View File

@ -66,4 +66,4 @@ netlify_deploy() {
done done
return 0 return 0
} }