acmesh-ssl.sh: add a comment which lack bothers me

This commit is contained in:
Aminda Suomalainen 2019-08-09 18:51:05 +03:00
parent ac95625690
commit c575728eea
No known key found for this signature in database
GPG Key ID: 0C207F07B2F32B67
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@
# certificate copies.
# Used with crontab as root, remember `@daily bash /root/acmesh-ssl.sh >/dev/null 2>&1`
# Echo a warning and exit if NOT running as root
if [ "$(id -u)" != "0" ]; then
echo "acme.sh prefers root, this script demands it." 1>&2
exit 1