Skip to content

Commit

Permalink
Oracle Secure Backup fix for older versions of OS
Browse files Browse the repository at this point in the history
  • Loading branch information
drobinson-moj committed Nov 27, 2023
1 parent 21f97c9 commit ddab610
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/roles/oracle-secure-backup/templates/install.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash
export PATH=$PATH:"{{ osw_stage_dir }}/jdk1.7.0_80/bin"
java -jar "{{ osw_stage_dir }}/osbws_install.jar" -ARGFILE "{{ osw_stage_dir }}/{{ osbws_config.name }}_argfile" -IAMRole "{{ ansible_ec2_iam_instance_profile_role }}" -useHttps | logger -p local3.info -t java
java -jar "{{ osw_stage_dir }}/osbws_install.jar" -ARGFILE "{{ osw_stage_dir }}/{{ osbws_config.name }}_argfile" -IAMRole "{{ ansible_ec2_iam_instance_profile_role }}" -useHttps -no-check-certificate | logger -p local3.info -t java

0 comments on commit ddab610

Please sign in to comment.