Fix typo in previous commit: Exit if */dev/dumpdev* does not exist, not if
*/bin/realpath* does not exist... Submitted by: markj Pointy hat to: cperciva
This commit is contained in:
parent
510a7a8624
commit
953bb3854c
@ -23,7 +23,7 @@ savecore_prestart()
|
||||
return 1
|
||||
;;
|
||||
[Aa][Uu][Tt][Oo])
|
||||
if [ ! -L /bin/realpath ]; then
|
||||
if [ ! -L /dev/dumpdev ]; then
|
||||
return 1
|
||||
fi
|
||||
dumpdev=`/bin/realpath /dev/dumpdev`
|
||||
|
Loading…
Reference in New Issue
Block a user