Skip to content

Commit 04e600e

Browse files
committed
Change location for ssh_target_checker.sh
Default PATH for pbs_mom (torque) is PATH=/sbin:/usr/sbin:/bin:/usr/bin pbs_mon and it was failing when pushing back to the master node the output and error files of the job Signed-off-by: Luca Carrogu <carrogu@amazon.com>
1 parent 4cacead commit 04e600e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recipes/base_install.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686

8787
# Install SSH target checker
8888
cookbook_file 'ssh_target_checker.sh' do
89-
path "/usr/local/bin/ssh_target_checker.sh"
89+
path "/usr/bin/ssh_target_checker.sh"
9090
owner "root"
9191
group "root"
9292
mode "0755"

0 commit comments

Comments
 (0)