This commit is contained in:
tuxwarrior
2024-05-03 16:14:26 -05:00
parent ab4356173f
commit 3e6c051885

View File

@@ -76,9 +76,8 @@ deploy_file() {
ls -al ${_trg_path}
}
# locate profile folder
firefox_profile_dir() {
# locate profile folder
ffdir=/home/${user}/.mozilla/firefox/
if ! [ -d "$ffdir" ]
@@ -101,7 +100,6 @@ firefox_profile_dir() {
echo "${ffprofiledir}"
fi
fi
}
# ~ ~ ~ ~ ~ ~ ~ ~ ~ ~