mirror of
https://github.com/arkenfox/user.js.git
synced 2025-04-29 21:43:36 +02: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
2 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue