From d63865e5007d698483b42110bc3b623ee0779f8e Mon Sep 17 00:00:00 2001 From: tuxwarrior Date: Fri, 3 May 2024 15:51:45 -0500 Subject: [PATCH] u --- scripts/99_deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/99_deploy.sh b/scripts/99_deploy.sh index bc00c95..e3b6471 100644 --- a/scripts/99_deploy.sh +++ b/scripts/99_deploy.sh @@ -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