Update hblink3-docker-install.sh

Clean up!
This commit is contained in:
M0VUB 2022-01-27 22:57:39 +00:00 committed by GitHub
parent d64ab71938
commit f97cbdac9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -585,6 +585,14 @@ echo "Stopping container....."
sleep 2 sleep 2
echo "" echo ""
echo "" echo ""
echo "------------------------------------------------------------------------------"
echo "Finishing up..... Cleaning up installation files..... /opt/tmp....."
echo "------------------------------------------------------------------------------"
rm -rf /opt/tmp
echo "Done."
sleep 2
echo ""
echo ""
echo "----------------------------------------------------------------------------------" echo "----------------------------------------------------------------------------------"
echo "The installation will now complete.... Please wait.... Starting docker engine....." echo "The installation will now complete.... Please wait.... Starting docker engine....."
echo "----------------------------------------------------------------------------------" echo "----------------------------------------------------------------------------------"