Skip to content

Commit

Permalink
Add entity update to updater wizard #10
Browse files Browse the repository at this point in the history
  • Loading branch information
Natshah committed Jul 6, 2019
1 parent 11bcda6 commit e10170d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/update/varbase-updater.sh
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,7 @@ elif [ "$answer" != "${answer#[YyUu]}" ] ; then

echo -e "$(tput setaf 2)Updating the database for latest changes.$(tput sgr 0)";
echo -e "$(tput setaf 2)Updating the database for latest changes.$(tput sgr 0)" >> ${ERRORLOG};
$DRUSH entity-updates --yes;
$DRUSH updb --yes --strict=0 1> >(tee -a ${ERRORLOG} >&1) 2> >(tee -a ${ERRORLOG} >&2);
result="$?";
if [ "$result" -ne 0 ]; then
Expand Down

0 comments on commit e10170d

Please sign in to comment.