Compare commits

..

2 commits

Author SHA1 Message Date
Pavel Z
c5500698e9
Merge 9c55f55daf into 89565547df 2025-08-18 20:40:45 +03:00
PavelZ
9c55f55daf Add shebang 2025-08-18 20:38:29 +03:00

View file

@ -1,4 +1,4 @@
#!/bin/sh #!/bin/bash
# check_domain - v2.0.0 # check_domain - v2.0.0
# Author: A. Stoyanov # Author: A. Stoyanov
# GitHub: https://github.com/a-stoyanov/zabbix-domain-expiry # GitHub: https://github.com/a-stoyanov/zabbix-domain-expiry
@ -48,6 +48,7 @@
# - Debug output is enabled with -z and sent to stderr. # - Debug output is enabled with -z and sent to stderr.
# - Temporary files are cleaned up on exit. # - Temporary files are cleaned up on exit.
#!/bin/sh
set -e set -e
exec 2>&1 exec 2>&1