Skip to content

Commit 1ab7954

Browse files
committed
Adjust acl comment.
1 parent a11304d commit 1ab7954

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/upgrade/0.10.0-190430.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,8 +174,8 @@ if [ -d "/etc/roundcube" ]; then
174174
fi
175175

176176
# Check if acl package is installed
177+
echo "(*) Verify acl package and hardening user permissions..."
177178
if [ ! -e '/usr/bin/setfacl' ]; then
178-
echo "(*) Install acl package and hardening user permissions..."
179179
apt-get -qq update > /dev/null 2>&1
180180
apt-get -qq -y install acl > /dev/null 2>&1
181181
fi

0 commit comments

Comments
 (0)