Initial commit

This commit is contained in:
2021-11-30 11:51:26 +01:00
commit e5ac6a1d47
10 changed files with 248 additions and 0 deletions
Executable
+9
View File
@@ -0,0 +1,9 @@
MSG="$1"
DOMAIN="$2"
if [[ $MSG == renewed ]]; then
touch /run/md-renewed/$DOMAIN
fi
exit 0