mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-18 11:40:33 +02:00
test ssh repair in background thread
This commit is contained in:
@@ -52,6 +52,9 @@ do
|
|||||||
# source info file fresh on every loop
|
# source info file fresh on every loop
|
||||||
source ${infoFile} 2>/dev/null
|
source ${infoFile} 2>/dev/null
|
||||||
|
|
||||||
|
# make sure SSH server is configured & running
|
||||||
|
sudo /home/admin/config.scripts/blitz.ssh.sh checkrepair >> $logFile
|
||||||
|
|
||||||
####################################################
|
####################################################
|
||||||
# SKIP BACKGROUND TASK LOOP ON CERTAIN SYSTEM STATES
|
# SKIP BACKGROUND TASK LOOP ON CERTAIN SYSTEM STATES
|
||||||
# https://github.com/rootzoll/raspiblitz/issues/160
|
# https://github.com/rootzoll/raspiblitz/issues/160
|
||||||
|
@@ -251,9 +251,6 @@ else
|
|||||||
fi
|
fi
|
||||||
echo ""
|
echo ""
|
||||||
|
|
||||||
# make sure SSH server is configured & running (before first wait loop)
|
|
||||||
sudo /home/admin/config.scripts/blitz.ssh.sh checkrepair >> $logFile
|
|
||||||
|
|
||||||
###############################
|
###############################
|
||||||
# WAIT FOR ALL SERVICES
|
# WAIT FOR ALL SERVICES
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user