mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-25 11:13:12 +02:00
fix presync start
This commit is contained in:
@@ -186,7 +186,7 @@ if [ ${hddIsAutoMounted} -eq 0 ]; then
|
||||
echo "Found pre-loaded blockchain - starting pre-sync in background" >> $logFile
|
||||
# starting in background, because this scripts is part of systemd
|
||||
# so to change systemd needs to happen after delay in seperate process
|
||||
sudo /home/admin/_bootstrap.presync.sh 2>/home/admin/_bootstrap.presync.error &
|
||||
/home/admin/_bootstrap.presync.sh &
|
||||
|
||||
# after admin login, presync will be stoped and HDD unmounted
|
||||
exit 1
|
||||
|
Reference in New Issue
Block a user