mirror of
https://github.com/Matir/skel.git
synced 2026-05-25 21:19:09 -07:00
Fix quoting issues in bin/
This commit is contained in:
@@ -7,7 +7,7 @@ fi
|
||||
|
||||
if [ `whoami` != "root" ] ; then
|
||||
if which sudo >/dev/null 2>&1 ; then
|
||||
sudo $0 $*
|
||||
sudo "$0" "$@"
|
||||
exit
|
||||
fi
|
||||
echo "Sorry, this requires root." >&2
|
||||
|
||||
Reference in New Issue
Block a user