mirror of
https://github.com/arkenfox/user.js.git
synced 2025-04-15 05:23:20 -04:00
updater.sh/prefsCleaner.sh: Remove extra slash
Co-authored-by: Mohammed Anas <triallax@tutanota.com>
This commit is contained in:
parent
bfd4ca467a
commit
18f58442b0
@ -15,7 +15,7 @@ if [ "${EUID:-$(id -u)}" -eq 0 ]; then
|
||||
elif [ -n "$(find ./ -user 0 -o -group 0)" ]; then
|
||||
printf 'It looks like this script was previously run with elevated privileges,
|
||||
you will need to change ownership of the following files to your user:\n'
|
||||
find ./ -user 0 -o -group 0
|
||||
find . -user 0 -o -group 0
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
@ -15,7 +15,7 @@ if [ "${EUID:-$(id -u)}" -eq 0 ]; then
|
||||
elif [ -n "$(find ./ -user 0 -o -group 0)" ]; then
|
||||
printf 'It looks like this script was previously run with elevated privileges,
|
||||
you will need to change ownership of the following files to your user:\n'
|
||||
find ./ -user 0 -o -group 0
|
||||
find . -user 0 -o -group 0
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user