Fixed 'please run as root' note.
This commit is contained in:
parent
ddbc0df7e6
commit
8acc835704
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ fi
|
|||
if [[ $UID != 0 ]]; then
|
||||
echo "Tipi must be stopped as root"
|
||||
echo "Please re-run this script as"
|
||||
echo " sudo ./scripts/stop"
|
||||
echo " sudo ./scripts/stop.sh"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue