optimirungen

This commit is contained in:
simono41 2018-04-02 03:20:05 +02:00
parent b09e57e56f
commit f5acb6aed7

View file

@ -4,7 +4,7 @@ set -ex
if [[ $EUID -ne 0 ]]; then if [[ $EUID -ne 0 ]]; then
echo "This script must be run as root" 1>&2 echo "This script must be run as root" 1>&2
sudo $0 sudo $0 $1 $2 $3 $4 $5 $6 $7 $8 $9
exit 0 exit 0
fi fi
echo "Als root Angemeldet" echo "Als root Angemeldet"