Updated exit code to 0

main
Anthony 2025-01-31 01:02:58 +08:00
parent 1b736b0977
commit 720ddaca8e
2 changed files with 2 additions and 1 deletions

View File

@ -567,6 +567,7 @@ actions:
user: root user: root
commands: commands:
- bash /home/litespeed/mbmanager/ssl-manager/ipchecker.sh -d "${settings.domain}" -i "${settings.public_ip}" - bash /home/litespeed/mbmanager/ssl-manager/ipchecker.sh -d "${settings.domain}" -i "${settings.public_ip}"
- echo "Exit code of ipchecker.sh: $?"
- return: - return:
type: info type: info
message: "${response.out}" message: "${response.out}"

View File

@ -72,4 +72,4 @@ fi
# Final failure message # Final failure message
echo "Domain does not resolve to the expected server. Cloudflare proxy might be active." echo "Domain does not resolve to the expected server. Cloudflare proxy might be active."
exit 1 exit 0