A call to db_go is needed after checking for posix acl, or else the message is not displayed.

This commit is contained in:
Steven Mondji-Lerider 2013-02-11 13:15:05 +00:00
parent c2a3c48a73
commit 672e5a2107
1 changed files with 1 additions and 1 deletions

View File

@ -193,7 +193,7 @@ while [ "$QUEST_STATE" != 0 -a "$QUEST_STATE" != 11 ]; do
ACL="$(echo "$MOUNT_OPTS" | tr "," "\\n" | egrep '^acl|attr2|user_xattr$')" || true ACL="$(echo "$MOUNT_OPTS" | tr "," "\\n" | egrep '^acl|attr2|user_xattr$')" || true
if [ -z "$ACL" ]; then if [ -z "$ACL" ]; then
db_input critical alternc/acluninstalled || true db_input critical alternc/acluninstalled || true
db_title AlternC db_go
db_reset alternc/acluninstalled || true db_reset alternc/acluninstalled || true
db_fset alternc/acluninstalled "seen" "false" || true db_fset alternc/acluninstalled "seen" "false" || true
exit 2 exit 2