mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2025-01-03 16:52:31 +01:00
acmesh-ssl.sh: add a comment which lack bothers me
This commit is contained in:
parent
ac95625690
commit
c575728eea
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user