A call to db_go is needed after checking for posix acl, or else the message is not displayed.
This commit is contained in:
parent
c2a3c48a73
commit
672e5a2107
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue