commit 8fbcec38be1bd1e06ca2af54c51d2a6294c3e558 parent 44c8346640e0e7310f9a6f5dd6361d3b42092749 Author: Alex Balgavy <alex@balgavy.eu> Date: Mon, 16 May 2022 14:56:57 +0200 newsrefreshd: change rbw path Diffstat:
M | scripts/newsrefreshd | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/scripts/newsrefreshd b/scripts/newsrefreshd @@ -12,8 +12,8 @@ case "$os" in darwin*) while pgrep RotMG; do sleep 60; done while pgrep pinentry; do sleep 60; done - /usr/local/bin/alacritty -e /Users/alex/.local/share/cargo/bin/rbw unlock - /Users/alex/.local/share/cargo/bin/rbw unlocked || notidie "Newsboat: error reloading" "Vault is locked" + /usr/local/bin/alacritty -e /usr/local/bin/rbw unlock + /usr/local/bin/rbw unlocked || notidie "Newsboat: error reloading" "Vault is locked" ;; esac