izhnore warning if user is root (for automatic cron jobs)

This commit is contained in:
olli 2022-12-02 09:44:20 +01:00
parent b67bc32d1c
commit 87e5f087c4

View File

@ -11,7 +11,7 @@ https://gitea.ds9.dedyn.io/olli/linux-mint
Nutzung auf einene Gefahr!!! Nur mit Enter/Return fortfahren wenn dieses Skript wirklich von der oben erwähnten Quelle stammt und Vertrauen besteht.
"
read x
whoami | grep -q ^root$ || read x
set -e
set -x