From e4bed99216f591f6a8e77f69df39dc3acae5ee6b Mon Sep 17 00:00:00 2001 From: Shreyas A S <137637016+shreyas-a-s@users.noreply.github.com> Date: Wed, 10 Jan 2024 19:29:47 +0530 Subject: [PATCH] Run tripal chado prepare job after job is created --- scripts/install-tripal.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/install-tripal.sh b/scripts/install-tripal.sh index fda809f..9581d85 100755 --- a/scripts/install-tripal.sh +++ b/scripts/install-tripal.sh @@ -64,6 +64,7 @@ while true; do fi done drush trp-prepare-chado --user="$drupal_user" --root="$DRUPAL_HOME"/"$drupalsitedir" +drush trp-run-jobs --username="$drupal_user" --root="$DRUPAL_HOME"/"$drupalsitedir" drush cache-clear all --root="$DRUPAL_HOME"/"$drupalsitedir" # Save current network configuration into a string