diff options
author | Roger Gonzalez <roger@rogs.me> | 2023-01-07 10:07:48 -0300 |
---|---|---|
committer | Roger Gonzalez <roger@rogs.me> | 2023-01-07 10:07:48 -0300 |
commit | fb4a09c827549fe9eb4980655dac345d73f4022d (patch) | |
tree | e89b718cdcb8a03bbe02656308999aebf1015c8a /setup.sh | |
parent | 6563514c05a927a82d01cae90044844ea75ca22c (diff) |
Finished first iteration of the script
Diffstat (limited to 'setup.sh')
-rwxr-xr-x | setup.sh | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -92,6 +92,14 @@ else echo "========================================================" echo "" fi +# ============================================================================================ + +# ============================================================================================ +# Cleaning up... +# ============================================================================================ + +mv /tmp/yams/setup.sh $install_location || true +mv /tmp/yams/docker-compose.example.yaml $install_location || true echo "========================================================" echo " _____ ___ ___ ___ " |