u
This commit is contained in:
@@ -77,11 +77,11 @@ deploy_file() {
|
||||
}
|
||||
|
||||
firefox_profile_dir() {
|
||||
# locate profile folder
|
||||
# locate profile folder
|
||||
|
||||
ffdir=/home/${user}/.mozilla/firefox/
|
||||
|
||||
if [ -z "$ffdir" ]
|
||||
if not [ -d "$ffdir" ]
|
||||
then
|
||||
echo "firefox main directory not found: '${ffdir}'"
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user