remove raspiblitz info / logs

This commit is contained in:
rootzoll 2021-09-04 21:55:56 +02:00
parent f8c0abb66a
commit 433ae886fa

View file

@ -3,6 +3,11 @@
# Just run this script once after a fresh sd card build
# to prepare the image for release as a downloadable sd card image
# raspiblitz.info & logs
echo "deleting raspiblitz info & logs ..."
sudo rm /home/admin/raspiblitz.*
echo "OK"
# SSH Pubkeys (make unique for every sd card image install)
echo "deleting SSH Pub keys ..."
echo "they will get recreated on fresh bootup, by _bootstrap.sh service"