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

View File

@@ -81,7 +81,7 @@ firefox_profile_dir() {
ffdir=/home/${user}/.mozilla/firefox/
if [ -z "$ffdir" ]
if not [ -d "$ffdir" ]
then
echo "firefox main directory not found: '${ffdir}'"
else