mirror of
https://github.com/a-stoyanov/zabbix-domain-expiry.git
synced 2025-12-12 17:32:31 +00:00
Compare commits
2 commits
c5500698e9
...
73361561f1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
73361561f1 | ||
|
|
6aa9768bcb |
1 changed files with 1 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/bin/sh
|
||||
# check_domain - v2.0.0
|
||||
# Author: A. Stoyanov
|
||||
# GitHub: https://github.com/a-stoyanov/zabbix-domain-expiry
|
||||
|
|
@ -48,7 +48,6 @@
|
|||
# - Debug output is enabled with -z and sent to stderr.
|
||||
# - Temporary files are cleaned up on exit.
|
||||
|
||||
#!/bin/sh
|
||||
set -e
|
||||
exec 2>&1
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue