u
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user