remove setup script after inital update
This commit is contained in:
parent
128090f195
commit
4e3d7c1bf6
1 changed files with 2 additions and 0 deletions
2
setup.sh
2
setup.sh
|
@ -65,6 +65,8 @@ sed -i "s|<httpMethod>|$HTTP_METHOD|g" docker-compose.yml
|
|||
sed -i "s|<odcMySqlPw>|$ODC_DB_PW|g" docker-compose.yml
|
||||
sed -i "s|<hostIp>|$HOST_IP|g" docker-compose.yml
|
||||
|
||||
rm setup.sh
|
||||
|
||||
echo ""
|
||||
echo ""
|
||||
echo ------------------------------------------------------------
|
||||
|
|
Loading…
Reference in a new issue