From 3175f9ab70baeb17509ff8f5c53d31bc5d6a012b Mon Sep 17 00:00:00 2001 From: rootzoll Date: Wed, 14 Oct 2020 14:05:31 +0200 Subject: [PATCH] fix vagrant info --- home.admin/00raspiblitz.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home.admin/00raspiblitz.sh b/home.admin/00raspiblitz.sh index b49aae87a..491311888 100755 --- a/home.admin/00raspiblitz.sh +++ b/home.admin/00raspiblitz.sh @@ -21,7 +21,7 @@ if [ ${isMounted} -eq 0 ] && [ ${#hddCandidate} -eq 0 ]; then echo "WARNING: NO HDD FOUND -> Shutdown, connect HDD and restart." echo "***********************************************************" vagrant=$(df | grep -c "/vagrant") - if [ ${vagrant} ]; then + if [ ${vagrant} -gt 0 ]; then echo "To connect a HDD data disk to your VagrantVM:" echo "- shutdown VM with command: off" echo "- open your VirtualBox GUI and select RaspiBlitzVM"