9 lines
98 B
Plaintext
Executable File
9 lines
98 B
Plaintext
Executable File
|
|
MSG="$1"
|
|
DOMAIN="$2"
|
|
|
|
if [[ $MSG == renewed ]]; then
|
|
touch /run/md-renewed/$DOMAIN
|
|
fi
|
|
|
|
exit 0 |