Merge branch 'readme_update'

This commit is contained in:
Brian Seymour 2021-01-22 02:34:35 -06:00
commit d07d98c955
3 changed files with 29 additions and 1 deletions

View file

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