This commit is contained in:
tuxwarrior
2024-05-03 15:51:23 -05:00
parent 8232ded4be
commit a7ad018596

View File

@@ -77,11 +77,11 @@ deploy_file() {
}
firefox_profile_dir() {
# locate profile folder
# locate profile folder
ffdir=/home/${user}/.mozilla/firefox/
if [ -z "$ffdir" ]
if not [ -d "$ffdir" ]
then
echo "firefox main directory not found: '${ffdir}'"
else