This commit is contained in:
tuxwarrior
2024-05-03 15:46:20 -05:00
parent 1a3ca2db2e
commit 54877e3f06

View File

@@ -79,7 +79,7 @@ deploy_file() {
firefox_profile_dir() {
# locate profile folder
old_dir=`pwd`
ffdir=~/.mozilla/firefox/
ffdir=/home/${user}/.mozilla/firefox/
pattern=".default-release"
cd ${ffdir}
for _dir in *"${pattern}"*; do