mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Fix typo in variable name
This commit is contained in:
parent
4b46e9b1bb
commit
3a644b618e
2
etc/rc
2
etc/rc
@ -60,7 +60,7 @@ if [ "$PLATFORM" = "pfSense" ]; then
|
||||
kldstat -qm zfs
|
||||
if [ $? = 0 ]; then
|
||||
ZFSFSAVAILABLE=$(/sbin/zfs mount 2>/dev/null | wc -l)
|
||||
if [ $ZFSAVAILABLE -eq 0 ]; then
|
||||
if [ $ZFSFSAVAILABLE -eq 0 ]; then
|
||||
kldunload zfs
|
||||
elif [ -f /usr/bin/grep ]; then
|
||||
ZFSROOT=`/sbin/zfs mount | /usr/bin/grep ' /$' | /usr/bin/cut -d ' ' -f 1`
|
||||
|
||||
Loading…
Reference in New Issue
Block a user