summaryrefslogtreecommitdiff
path: root/sh/upd
diff options
context:
space:
mode:
authorXiao Pan <gky44px1999@gmail.com>2024-05-05 20:17:04 -0700
committerXiao Pan <gky44px1999@gmail.com>2024-05-05 20:17:04 -0700
commitf68bfd5c88844c61038a9abef3eeb142f012987e (patch)
treee1b78f6aa7c9bd8ef1922f7fdfd264cf4cd248e5 /sh/upd
parent48660615ae9ded069888fcf2a0185d34b8cf115c (diff)
upd arkenfox-updater when multiple firefox profiles will prompt to choose, which breaks automation, so specify one profile
Diffstat (limited to 'sh/upd')
-rwxr-xr-xsh/upd2
1 files changed, 1 insertions, 1 deletions
diff --git a/sh/upd b/sh/upd
index 0ac12fd..c7fda9a 100755
--- a/sh/upd
+++ b/sh/upd
@@ -121,7 +121,7 @@ userjs () {
# change working dir for cleaner
cd "$HOME/.mozilla/firefox/xxxxxxxx.fly" || exit
arkenfox-cleaner -s
- arkenfox-updater -s
+ arkenfox-updater -s -p "$HOME/.mozilla/firefox/xxxxxxxx.fly"
}
misc () {