12345678910111213141516171819202122 |
- set -e
- #---------------------------------------------------------------------
- # args
- args_="
- export basePath=/root/temp
- # "
- #---------------------------------------------------------------------
- echo '#build-bash__10.Test_#3.CleanEnv.sh'
- echo '#build-bash__10.Test_#3.CleanEnv.sh -> #1 remove MongoDB'
- docker rm vitorm-mongodb -f || true
|