mirror of
https://github.com/arkenfox/user.js.git
synced 2025-04-29 21:43:36 +02:00
Update updater.sh
This commit is contained in:
parent
7bc2a1a507
commit
84f95250d7
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
|||
|
||||
# Check if running as root and if any files have the owner/group as root/wheel.
|
||||
if [ "${EUID:-"$(id -u)"}" -eq 0 ]; then
|
||||
printf 'You should not run this with elevated privileges (such as with doas/sudo).\n'
|
||||
printf 'You shouldn't run this with elevated privileges (such as with doas/sudo).\n'
|
||||
exit 1
|
||||
elif [ -n "$(find ./ -user 0 -o -group 0)" ]; then
|
||||
printf 'It looks like this script was previously run with elevated privileges,
|
||||
|
|
Loading…
Add table
Reference in a new issue