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 # Just run this script once after a fresh sd card build
# to prepare the image for release as a downloadable sd card image # 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) # SSH Pubkeys (make unique for every sd card image install)
echo "deleting SSH Pub keys ..." echo "deleting SSH Pub keys ..."
echo "they will get recreated on fresh bootup, by _bootstrap.sh service" echo "they will get recreated on fresh bootup, by _bootstrap.sh service"