This commit is contained in:
tuxwarrior
2024-05-03 15:51:45 -05:00
parent a7ad018596
commit d63865e500

View File

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