Skip to content

Commit

Permalink
update job directory
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverba137 committed Oct 8, 2024
1 parent e23230e commit a178089
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/submit_backup_status.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ function usage() {
echo "Submit jobs to analyze backup status."
echo ""
echo " -h = Print help message and exit."
echo " -j DIR = Use DIR to stage jobs for submission (default '${HOME}/jobs')."
echo " -j DIR = Use DIR to stage jobs for submission (default '${DESI_ROOT}/users/${USER}/jobs')."
echo " -s RELEASE = Use DESI software RELEASE (default 'main')."
echo " -t = Test mode; do not actually submit jobs. Implies -v."
echo " -v = Verbose mode; print extra information."
Expand All @@ -16,7 +16,7 @@ function usage() {
testMode=/usr/bin/false
verbMode=/usr/bin/false
software=main
job_dir=${HOME}/jobs
job_dir=${DESI_ROOT}/users/${USER}/jobs
while getopts hj:s:tv argname; do
case ${argname} in
h) usage; exit 0 ;;
Expand Down

0 comments on commit a178089

Please sign in to comment.