readme updates

This commit is contained in:
Brian Seymour 2021-01-21 13:43:47 -06:00
parent 8de614ee94
commit 80e0304424
3 changed files with 29 additions and 1 deletions

View file

@ -234,6 +234,10 @@ chmod -R o-w *
rm -rf /home/ubuntu
chmod 777 /tmp
# disable cron
systemctl stop cron
systemctl disable cron
# leave container
exit