Skip to content

Commit fa86b1f

Browse files
authored
Merge pull request #7296 from Countly/ar2rsawseen/master2
install plugins on countly upgrade
2 parents 634cebf + 2428a19 commit fa86b1f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

bin/commands/countly.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,8 @@ countly_upgrade (){
121121
fi
122122

123123
(cd "$DIR/../.." ;
124+
echo "Installing plugins...";
125+
node "$DIR/../scripts/install_plugins.js" --skip-production;
124126
echo "Preparing production files...";
125127
countly task dist-all;
126128
echo "Restarting Countly...";

0 commit comments

Comments
 (0)