From 7f65718297d6734200fb5aa613075f738f1db0e8 Mon Sep 17 00:00:00 2001 From: Thomas Kidd Date: Sat, 9 Mar 2024 20:18:55 -0600 Subject: [PATCH] fixed documentation typo --- bin/nightly_build.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bin/nightly_build.py b/bin/nightly_build.py index 63c7a9808..38cfa74fc 100755 --- a/bin/nightly_build.py +++ b/bin/nightly_build.py @@ -36,8 +36,7 @@ Usage: 4) Syntax: Our cron job has the following syntax: - 0 3 * * * BASH_ENV=~/.bashrc bash -l -c "*WHERE YOUR CVW IS MUST PUT FULL PATH*/cvw/bin/wrapper_nightly-runs.sh > *WHERE YOU WANT TO STORE LOG FILES/cron.log 2>&1" - 0 3 * * * BASH_ENV=~/.bashrc bash -l -c "*WHERE YOUR CVW IS MUST PUT FULL PATH*/cvw/bin/wrapper_nightly-runs.sh > *WHERE YOU WANT TO STORE LOG FILES/cron.log 2>&1" + 0 3 * * * BASH_ENV=~/.bashrc bash -l -c "*WHERE YOUR CVW IS MUST PUT FULL PATH*/cvw/bin/wrapper_nightly_runs.sh > *WHERE YOU WANT TO STORE LOG FILES/cron.log 2>&1" This cronjob sources the .bashrc file and executes the wrapper script as a user.