httpdispatcher/notify.sh

7 lines
77 B
Bash
Raw Permalink Normal View History

2021-09-20 15:37:29 +02:00
#!/bin/sh
2021-02-02 14:00:15 +01:00
2021-09-20 15:37:29 +02:00
date +%s > /usr/local/apache2/conf/ssl/notify/md-$1-done
2021-02-02 14:00:15 +01:00
exit 0