Skip to content

Commit

Permalink
Merge pull request #39 from mgueury/main
Browse files Browse the repository at this point in the history
rac fix installation
  • Loading branch information
MarcGueury committed Jun 9, 2023
2 parents c72a4d3 + d6e7f1e commit 4698939
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Empty file modified option/src/db/rac/db_node_init.sh
100644 → 100755
Empty file.
4 changes: 2 additions & 2 deletions py_oci_starter.py
Original file line number Diff line number Diff line change
Expand Up @@ -616,9 +616,9 @@ def output_replace_db_node_count():
output_replace('##cpu_core_count##', "4", "src/terraform/dbsystem.tf")
output_copy_tree("option/src/db/rac", "src/db")
if params['language'] == "java" and params['java_framework'] == "springboot":
output_copy("option/src/app/java_springboot_rac", "src/app")
output_copy_tree("option/src/app/java_springboot_rac", "src/app")
if params['ui'] == "html":
output_copy("option/src/ui/html_rac", "src/ui" )
output_copy_tree("option/src/ui/html_rac", "src/ui" )

# Copy the terraform for APIGW
def cp_terraform_apigw(append_tf):
Expand Down

0 comments on commit 4698939

Please sign in to comment.