Browse Source

fix presync start

#146
rootzoll 6 years ago
parent
commit
c4fd8cbe71
  1. 2
      home.admin/_bootstrap.sh

2
home.admin/_bootstrap.sh

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

Loading…
Cancel
Save