Skip to content

Commit

Permalink
Changed script to use db config file from Inject Worker RPM.
Browse files Browse the repository at this point in the history
  • Loading branch information
jserrano committed Mar 17, 2009
1 parent 75c1d24 commit e45f87c
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $Id:$
# $Id: check_left_files.cfg,v 1.3 2008/07/03 10:46:58 loizides Exp $

# Configuration file for check_left_files.sh

Expand All @@ -14,4 +14,5 @@ CHECK_PATH_CLOSED=/store/global/0*/closed

# Provide here CMD to call injection script
# include full path and arguments using double quotes
CHECK_INJECTION_CMD="../inject/injectFileIntoTransferSystem.pl --check --filename="
# we need to run as smpro to read password file
CHECK_INJECTION_CMD="sudo -u smpro ../inject/injectFileIntoTransferSystem.pl --check --config /opt/injectworker/.db.conf --filename="

0 comments on commit e45f87c

Please sign in to comment.