httpdispatcher/notify.sh

7 lines
77 B
Bash
Executable File

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