From c4fd8cbe715e75c340e84e99be562474e93e59fa Mon Sep 17 00:00:00 2001 From: rootzoll Date: Tue, 27 Nov 2018 18:18:43 +0100 Subject: [PATCH] fix presync start --- home.admin/_bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home.admin/_bootstrap.sh b/home.admin/_bootstrap.sh index a89c3f683..919128df6 100644 --- a/home.admin/_bootstrap.sh +++ b/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