From 041f2feb99f7bae0a3599bf84db2807196c3315a Mon Sep 17 00:00:00 2001 From: rootzoll Date: Wed, 5 May 2021 03:11:29 +0200 Subject: [PATCH] fix comment --- home.admin/_bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home.admin/_bootstrap.sh b/home.admin/_bootstrap.sh index 1e39d8115..3277479b9 100755 --- a/home.admin/_bootstrap.sh +++ b/home.admin/_bootstrap.sh @@ -387,7 +387,7 @@ if [ ${isMounted} -eq 0 ]; then sed -i "s/^localip=.*/localip='${localip}'/g" ${infoFile} sleep 1 - # get fresh info about data drive (just in case user disconnects) + # get fresh info about data drive (in case the hdd gets disconnected) source <(sudo /home/admin/config.scripts/blitz.datadrive.sh status) if [ "${hddCandidate}" == "" ]; then echo "!!! WARNING !!! Lost HDD connection .. triggering reboot, to restart system-init." >> $logFile