Files
httpdispatcher/notify.sh
2021-09-20 15:37:29 +02:00

7 lines
77 B
Bash
Executable File

#!/bin/sh
date +%s > /usr/local/apache2/conf/ssl/notify/md-$1-done
exit 0