Commit affb1889 by John Donnal

cleanup scripts now enable first_boot service

parent 4280ad5f
Showing with 7 additions and 0 deletions
......@@ -16,6 +16,8 @@ rm -f /etc/joule/stream_configs/*.conf
echo "4] Removing default key material"
rm -f /etc/joule/security/*
rm -f /opt/api/config/secrets.yml
echo "5] Enabling first_boot service"
systemctl enable first_boot.service
echo "5] Clearing command history"
history -c
......
......@@ -76,6 +76,11 @@ StartupNotify=true
Categories=Settings;DesktopSettings;GTK;X-LXDE-Settings;
EOF
echo "7] Enabling first_boot service"
systemctl enable first_boot.service
echo "8] Clearing command history"
history -c
echo "ALL DONE! Remember to remove the puppet directory!!"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment