usrmount/module-setup.sh: fixed typo
parent
5d623b1775
commit
0106da599a
|
|
@ -7,7 +7,7 @@ check() {
|
|||
local _init
|
||||
[[ $mount_needs ]] && return 1
|
||||
_init=$(readlink -f /sbin/init)
|
||||
[[ "$init" == "${init##/usr}" ]] && return 255
|
||||
[[ "$_init" == "${_init##/usr}" ]] && return 255
|
||||
return 0
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue