summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2020-04-08 12:58:58 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2020-04-08 12:58:58 +0200
commitb7f69f8e8a680ebab841255662f82d00416d61c6 (patch)
treef3a8ba417bce87f95d6aa44e3b2dc2e979e76a61 /etc
parent5913fb7d97ae423f0a5a58a286ed5bd62c2f29f5 (diff)
downloaditzks-systems-b7f69f8e8a680ebab841255662f82d00416d61c6.tar.gz
itzks-systems-b7f69f8e8a680ebab841255662f82d00416d61c6.tar.bz2
itzks-systems-b7f69f8e8a680ebab841255662f82d00416d61c6.zip
etc/mklocaluser.d/60-itzks-systems-roamingworkstation_prep-firefox: Fix missing white-spaces in square brackets of if clauses.
Diffstat (limited to 'etc')
-rwxr-xr-xetc/mklocaluser.d/60-itzks-systems-roamingworkstation_prep-firefox4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/mklocaluser.d/60-itzks-systems-roamingworkstation_prep-firefox b/etc/mklocaluser.d/60-itzks-systems-roamingworkstation_prep-firefox
index 2af6555..90636da 100755
--- a/etc/mklocaluser.d/60-itzks-systems-roamingworkstation_prep-firefox
+++ b/etc/mklocaluser.d/60-itzks-systems-roamingworkstation_prep-firefox
@@ -21,7 +21,7 @@ if [ -e "/usr/share/debian-edu-config/installs.ini" ]; then
fi
fi
-if [ -d "$HOMEDIR/.mozilla"]; then
+if [ -d "$HOMEDIR/.mozilla" ]; then
chmod -R u+w,go-rwx "$HOMEDIR/.mozilla/"
chown -R $USER:$GROUP "$HOMEDIR/.mozilla/"
fi
@@ -33,7 +33,7 @@ if [ -e "/usr/share/debian-edu-config/profiles.ini" ]; then
fi
fi
-if [ -d "$HOMEDIR/.thunderbird"]; then
+if [ -d "$HOMEDIR/.thunderbird" ]; then
chmod -R u+w,go-rwx "$HOMEDIR/.thunderbird/"
chown -R $USER:$GROUP "$HOMEDIR/.thunderbird/"
fi