From f1ad93e6c27116d9b3e7118eb20cf6535b0f2d29 Mon Sep 17 00:00:00 2001 From: rootzoll Date: Tue, 25 May 2021 12:59:28 -0500 Subject: [PATCH] add to todo --- home.admin/_bootstrap.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/home.admin/_bootstrap.sh b/home.admin/_bootstrap.sh index 8becf0e75..38403ab12 100755 --- a/home.admin/_bootstrap.sh +++ b/home.admin/_bootstrap.sh @@ -495,6 +495,10 @@ if [ ${isMounted} -eq 0 ]; then exit 1 fi + # TODO: + echo "TODO: add wants/after to systemd if blockchain service at the end" >> $logFile + exit 1 + ################################################### # WAIT LOOP: AFTER FRESH SETUP, MIFGRATION OR ERROR # successfull update & recover can skip this