Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
wattsworth
/
puppet
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
affb1889
authored
Aug 05, 2019
by
John Donnal
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
cleanup scripts now enable first_boot service
parent
4280ad5f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
cleanup.sh
rpi_cleanup.sh
cleanup.sh
View file @
affb1889
...
...
@@ -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
...
...
rpi_cleanup.sh
View file @
affb1889
...
...
@@ -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!!"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment