test ssh repair in background thread

This commit is contained in:
rootzoll
2021-08-20 18:48:48 +02:00
parent 625c010896
commit e0cfb5ce70
2 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

@@ -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