mirror of
https://github.com/arkenfox/user.js.git
synced 2025-04-06 21:33:42 -04:00
Merge d77224cd4aadaab8363cf4c9dda615a72a506384 into 3d76c74c80485931425464fec0e59d6cb461677a
This commit is contained in:
commit
54d457a1e8
@ -317,6 +317,8 @@ update_userjs() {
|
||||
fi
|
||||
|
||||
[ "$VIEW" = true ] && open_file "${PWD}/user.js"
|
||||
|
||||
return 0
|
||||
}
|
||||
|
||||
#########################
|
||||
@ -388,7 +390,7 @@ if [ $# != 0 ]; then
|
||||
fi
|
||||
|
||||
show_banner
|
||||
update_updater "$@"
|
||||
update_updater "$@" || exit $?
|
||||
|
||||
getProfilePath # updates PROFILE_PATH or exits on error
|
||||
cd "$PROFILE_PATH" || exit 1
|
||||
@ -402,6 +404,6 @@ you will need to change ownership of the following files to your user:\n'
|
||||
exit 1
|
||||
fi
|
||||
|
||||
update_userjs
|
||||
update_userjs || exit $?
|
||||
|
||||
cd "$CURRDIR"
|
||||
|
Loading…
x
Reference in New Issue
Block a user