Initial commit

This commit is contained in:
2021-11-30 11:42:48 +01:00
commit e5ac6a1d47
10 changed files with 248 additions and 0 deletions

9
md-message Executable file
View File

@@ -0,0 +1,9 @@
MSG="$1"
DOMAIN="$2"
if [[ $MSG == renewed ]]; then
touch /run/md-renewed/$DOMAIN
fi
exit 0