From 8d273fe8d76ef394cfab04a195c90f4b7aeb8495 Mon Sep 17 00:00:00 2001 From: Ludovic Pouzenc Date: Sat, 4 Jul 2020 23:12:49 +0200 Subject: Fix firstdisk_test for NVMe, add $firstdisk and $firstdiskp vars --- nfs/nfs-autorun.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'nfs/nfs-autorun.sh') diff --git a/nfs/nfs-autorun.sh b/nfs/nfs-autorun.sh index bb3c602..04cdf0e 100755 --- a/nfs/nfs-autorun.sh +++ b/nfs/nfs-autorun.sh @@ -11,7 +11,9 @@ source $scriptdir/funcs.sh # Load some nfs-autorun.sh specific helper functions # Check all prerequisites and exit if it fail hostname_test || exit 1 -firstdisk_test || exit 2 +firstdisk=$(firstdisk) +firstdisk_test "$firstdisk" || exit 2 +firstdiskp=$(firstdiskp "$firstdisk") # Run the main action script if nfswrite_test -- cgit v1.2.3