Initial commit
This commit is contained in:
9
md-message
Executable file
9
md-message
Executable file
@@ -0,0 +1,9 @@
|
||||
|
||||
MSG="$1"
|
||||
DOMAIN="$2"
|
||||
|
||||
if [[ $MSG == renewed ]]; then
|
||||
touch /run/md-renewed/$DOMAIN
|
||||
fi
|
||||
|
||||
exit 0
|
||||
Reference in New Issue
Block a user