Skip to content

Commit

Permalink
simplify packer
Browse files Browse the repository at this point in the history
  • Loading branch information
rootzoll committed Apr 5, 2024
1 parent c7eb225 commit 7eaf68c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions ci/packer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions home.admin/_bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7eaf68c

Please sign in to comment.