1
0
Fork 0

clean up script spacing for easier reading

This commit is contained in:
Asif Bacchus 2020-03-14 17:40:57 -06:00
parent c6723b6c54
commit 1108797ac2
1 changed files with 4 additions and 0 deletions

View File

@ -212,6 +212,8 @@ while [ $# -gt 0 ]; do
done
### process main operations
# cleanup containers and volumes
if [ $clean = true ]; then
# display warning and confirm user's intentions
@ -253,6 +255,8 @@ if [ $clean = true ]; then
done
printf "%s...done%s\n" "$cyan" "$norm"
done
# automatically restore backups using a temporary container to create necessary
# volumes
elif [ $restore = true ]; then
# restore backup
printf "%s\n*** Restoring Backup ***\n\n%s" "$magenta" "$norm"