Fix unmounting some more.
This commit is contained in:
parent
7183cb1b18
commit
289889ebf0
@ -93,7 +93,7 @@ if [ "${RC_UNAME}" = "Linux" ]; then
|
|||||||
unset IFS
|
unset IFS
|
||||||
fi
|
fi
|
||||||
no_umounts_r="${no_umounts_r}|/proc|/proc/.*|/sys|/sys/.*"
|
no_umounts_r="${no_umounts_r}|/proc|/proc/.*|/sys|/sys/.*"
|
||||||
no_umounts_r="^(${no_umounts})$"
|
no_umounts_r="^(${no_umounts_r})$"
|
||||||
fs=
|
fs=
|
||||||
for x in ${net_fs_list}; do
|
for x in ${net_fs_list}; do
|
||||||
fs="${fs}${fs:+|}${x}"
|
fs="${fs}${fs:+|}${x}"
|
||||||
|
Loading…
Reference in New Issue
Block a user