This commit is contained in:
tuxwarrior
2024-05-03 16:03:41 -05:00
parent bff345f70a
commit 7efca0e020

View File

@@ -83,7 +83,7 @@ firefox_profile_dir() {
if ! [ -d "$ffdir" ] if ! [ -d "$ffdir" ]
then then
echo "firefox main directory not found: '${ffdir}'" echo "error: firefox main directory not found: '${ffdir}'"
else else
pattern=".default-release" pattern=".default-release"
old_dir=`pwd` old_dir=`pwd`