fixing config script, guys, please test your debian/* scripts. Thanks
This commit is contained in:
parent
3864f47b55
commit
a85e24320b
|
@ -192,7 +192,7 @@ if [ $(echo $MOUNT_OPTS | tr , \\\n | grep '^acl$' 2>/dev/null) != 'acl' ]; then
|
|||
# db_fset alternc/acluninstalled "seen" "false" || true
|
||||
# exit 1
|
||||
fi
|
||||
$quota_activation=$(quotaon -pa 2>/dev/null |grep '^group.*on$' | /usr/bin/awk '$4 ~ /^\'$MOUNT_POINT'$/ {print $4}')
|
||||
quota_activation=$(quotaon -pa 2>/dev/null |grep '^group.*on$' | /usr/bin/awk '$4 ~ /^\'$MOUNT_POINT'$/ {print $4}')
|
||||
|
||||
if [ -z "$quota_activation" -o "$quota_activation" != "$MOUNT_POINT" ]; then
|
||||
db_input critical alternc/quotauninstalled || true
|
||||
|
|
Loading…
Reference in New Issue