Suppressed output of librewolf when deploying
This commit is contained in:
@@ -49,7 +49,7 @@ for option in "$@"; do
|
|||||||
;;
|
;;
|
||||||
librewolf)
|
librewolf)
|
||||||
printf 'Paste the path of the Root Directory of your default profile\n'
|
printf 'Paste the path of the Root Directory of your default profile\n'
|
||||||
librewolf about:profiles
|
librewolf about:profiles > /dev/null 2> /dev/null
|
||||||
read -r profile
|
read -r profile
|
||||||
link "$PWD/librewolf/user.js" "$profile/user.js"
|
link "$PWD/librewolf/user.js" "$profile/user.js"
|
||||||
;;
|
;;
|
||||||
|
|||||||
Reference in New Issue
Block a user