Small typo fixes
This commit is contained in:
parent
9816cd0d8d
commit
5fe215ddba
1 changed files with 1 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue