Update downr1n.sh
This commit is contained in:
parent
23e2c5b2ed
commit
0de8c38059
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ if [ "$(uname)" == "Linux" ]; then
|
||||||
exec sudo ./downr1n.sh $@
|
exec sudo ./downr1n.sh $@
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
if [ "$EUID" -e 0 ]; then
|
if [ "$EUID" = "0" ]; then
|
||||||
echo "Please don't run as root on macOS. It just breaks permissions."
|
echo "Please don't run as root on macOS. It just breaks permissions."
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue