mirror of
https://github.com/a-stoyanov/zabbix-domain-expiry.git
synced 2025-12-15 18:55:48 +00:00
Compare commits
2 commits
73361561f1
...
c5500698e9
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c5500698e9 | ||
|
|
9c55f55daf |
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue