From 7eaf68cd41e9d48ae4319fc28ff08ca90dd0ac71 Mon Sep 17 00:00:00 2001 From: rootzoll Date: Fri, 5 Apr 2024 14:30:10 +0200 Subject: [PATCH] simplify packer --- ci/packer.sh | 3 +-- home.admin/_bootstrap.sh | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/packer.sh b/ci/packer.sh index 525fa2f09..3a2f46b21 100644 --- a/ci/packer.sh +++ b/ci/packer.sh @@ -241,8 +241,7 @@ fi echo "# clean up" -cd .. -rm -rf raspiblitz 2>/dev/null +rm -rf ./../raspiblitz 2>/dev/null echo "# SIGN & SECURE IMAGE ###########################################" echo diff --git a/home.admin/_bootstrap.sh b/home.admin/_bootstrap.sh index d95e6a723..75312cb3d 100755 --- a/home.admin/_bootstrap.sh +++ b/home.admin/_bootstrap.sh @@ -980,6 +980,7 @@ if [ ${isMounted} -eq 0 ]; then # system has to wait before reboot to present like seed words and other info/options to user echo "BOOTSTRAP EXIT ... waiting for final setup controller to initiate final reboot." >> $logFile + echo "------------> You may login thru web browser to continue setup." >> $logFile exit 1 else