mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-28 04:26:28 +02:00
fix comment
This commit is contained in:
@@ -387,7 +387,7 @@ if [ ${isMounted} -eq 0 ]; then
|
|||||||
sed -i "s/^localip=.*/localip='${localip}'/g" ${infoFile}
|
sed -i "s/^localip=.*/localip='${localip}'/g" ${infoFile}
|
||||||
sleep 1
|
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)
|
source <(sudo /home/admin/config.scripts/blitz.datadrive.sh status)
|
||||||
if [ "${hddCandidate}" == "" ]; then
|
if [ "${hddCandidate}" == "" ]; then
|
||||||
echo "!!! WARNING !!! Lost HDD connection .. triggering reboot, to restart system-init." >> $logFile
|
echo "!!! WARNING !!! Lost HDD connection .. triggering reboot, to restart system-init." >> $logFile
|
||||||
|
Reference in New Issue
Block a user