We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a11304d commit 1ab7954Copy full SHA for 1ab7954
install/upgrade/0.10.0-190430.sh
@@ -174,8 +174,8 @@ if [ -d "/etc/roundcube" ]; then
174
fi
175
176
# Check if acl package is installed
177
+echo "(*) Verify acl package and hardening user permissions..."
178
if [ ! -e '/usr/bin/setfacl' ]; then
- echo "(*) Install acl package and hardening user permissions..."
179
apt-get -qq update > /dev/null 2>&1
180
apt-get -qq -y install acl > /dev/null 2>&1
181
0 commit comments