diff --git a/common.rc b/common.rc index 47ee1e33..581304cb 100644 --- a/common.rc +++ b/common.rc @@ -607,9 +607,7 @@ _check_filesystem() echo "*** mount output ***" >>$seq.full mount >>$seq.full echo "*** end mount output" >>$seq.full - fi - - if [ "$type" = "xfs" ] + elif [ "$type" = "xfs" ] then # mounted... if [ $USE_REMOUNT -eq 0 ]