mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-04-11 21:29:29 +02:00
test ssh repair in background thread
This commit is contained in:
parent
625c010896
commit
e0cfb5ce70
@ -52,6 +52,9 @@ do
|
||||
# source info file fresh on every loop
|
||||
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
|
||||
# https://github.com/rootzoll/raspiblitz/issues/160
|
||||
|
@ -251,9 +251,6 @@ else
|
||||
fi
|
||||
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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user