pause notfication cleanup
This commit is contained in:
@@ -14,6 +14,5 @@ CRON_DIR="$WORKDIR/cron"
|
|||||||
# Navigate to the working directory
|
# Navigate to the working directory
|
||||||
cd "$WORKDIR" || { echo "Failed to change directory to $WORKDIR"; exit 1; }
|
cd "$WORKDIR" || { echo "Failed to change directory to $WORKDIR"; exit 1; }
|
||||||
|
|
||||||
node --env-file=.env "$CRON_DIR/notificationCleanup.js"
|
|
||||||
node --env-file=.env "$CRON_DIR/archive.js"
|
node --env-file=.env "$CRON_DIR/archive.js"
|
||||||
node --env-file=.env "$CRON_DIR/configUpdate.js"
|
node --env-file=.env "$CRON_DIR/configUpdate.js"
|
||||||
|
|||||||
Reference in New Issue
Block a user