diff options
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 " _____ ___ ___ ___ " |