diff options
-rwxr-xr-x | etc/rc.d/savecore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/rc.d/savecore b/etc/rc.d/savecore index 3e61adc..521c606 100755 --- a/etc/rc.d/savecore +++ b/etc/rc.d/savecore @@ -23,6 +23,9 @@ savecore_prestart() return 1 ;; [Aa][Uu][Tt][Oo]) + if [ ! -L /bin/realpath ]; then + return 1 + fi dumpdev=`/bin/realpath /dev/dumpdev` ;; esac |