Skip to content

Commit

Permalink
Capital O for Oracle
Browse files Browse the repository at this point in the history
Capital O for Oracle
  • Loading branch information
Martin Fanning committed May 28, 2024
1 parent f63fb51 commit 642ac15
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions roles/ohs/tasks/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -305,13 +305,13 @@
- name: Copy NodeManager Start
copy:
src: "{{ ohs_home }}/user_projects/domains/ohs_{{ ansible_hostname }}/bin/startNodeManager.sh"
dest: /opt/oracle/startNodeManager.sh
dest: /opt/Oracle/startNodeManager.sh
remote_src: true

- name: Copy NodeManager Stop
copy:
src: "{{ ohs_home }}/user_projects/domains/ohs_{{ ansible_hostname }}/bin/stopNodeManager.sh"
dest: /opt/oracle/stopNodeManager.sh
dest: /opt/Oracle/stopNodeManager.sh
remote_src: true

- name: Starting and authenticating NM
Expand Down
4 changes: 2 additions & 2 deletions roles/ohs/templates/ohsNM.service.j2
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ Description=Oracle HTTP Server service
User={{ ohs_user }}
Group={{ ohs_group }}
Environment="ORACLE_HOME={{ ohs_home }}"
ExecStart=/opt/oracle/startNodeManager.sh
ExecStop=/opt/oracle/stopNodeManager.sh
ExecStart=/opt/Oracle/startNodeManager.sh
ExecStop=/opt/Oracle/stopNodeManager.sh
Restart=always

[Install]
Expand Down

0 comments on commit 642ac15

Please sign in to comment.