Fix status check, #239922
This commit is contained in:
parent
8c8751fa60
commit
a872fe5590
@ -102,9 +102,9 @@ if [ "${RC_UNAME}" = "Linux" ]; then
|
||||
do_unmount "mount -n -o remount,ro" \
|
||||
--skip-point-regex "${no_umounts_r}" \
|
||||
${fs:+--skip-fstype-regex} ${fs} --nonetdev
|
||||
eoutdent
|
||||
eend $?
|
||||
unmounted=$?
|
||||
eoutdent
|
||||
eend ${unmounted}
|
||||
fi
|
||||
|
||||
if [ ${unmounted} -ne 0 ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user