Small typo fixes

This commit is contained in:
Ulf 2021-11-25 19:57:30 +01:00
parent 9816cd0d8d
commit 5fe215ddba
1 changed files with 1 additions and 3 deletions

View File

@ -22,10 +22,8 @@ MyTime="-10m" # -10m = die letzten 10 minuten
## teste ob root rechte vorhanden
if [ "`whoami`" != "root" ] ; then
echo -e "Nicht ausreichend Rechte - bitte als "root" anmelden!\nsu -c '$0'"
echo -e "Nicht ausreichend Rechte - bitte als "root" anmelden!\nsu -c $0"
exit 20
else
echo -e "MyPath=${MyPath}"
fi
## Pfad anlegen