Initial commit
This commit is contained in:
Executable
+9
@@ -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