summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--desktop/scripts/unopkg.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/scripts/unopkg.sh b/desktop/scripts/unopkg.sh
index 205c8a1725bc..020a1a2535e7 100644
--- a/desktop/scripts/unopkg.sh
+++ b/desktop/scripts/unopkg.sh
@@ -66,7 +66,7 @@ do
done
#make sure shared extensions will be readable by users
-[ $SHARED = true ] && umask 0022
+[ "$SHARED" = "true" ] && umask 0022
# LHM-Patch: Sicherstellen, dass unopkg-Aufrufe als root die Profilverzeichnisse von Benutzern
# unbeeinflusst lassen, auch wenn diese mit "sudo -s" (statt mit "sudo -s -H") arbeiten.