Skip to content

Commit

Permalink
updated oracle setup script
Browse files Browse the repository at this point in the history
  • Loading branch information
viragtripathi committed Apr 2, 2022
1 parent 978c749 commit 74f2e04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion connectors/oracle/demo/setup_oracle.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ db_pwd=Redis123
[[ -z "$db_port" ]] && { echo "Error: Missing database port e.g. 1521"; exit 1; }
#[[ -z "$https_port" ]] && { echo "Error: Missing https port e.g. 5500"; exit 1; }

container_name="oracle-$version-$(hostname)"
container_name="oracle-$version-$(hostname)-$db_port"
# delete the existing container if it exist
sudo docker kill $container_name;sudo docker rm $container_name;

Expand Down

0 comments on commit 74f2e04

Please sign in to comment.