Skip to content

Commit

Permalink
Fix bundler
Browse files Browse the repository at this point in the history
  • Loading branch information
Jess Portnoy committed Jun 9, 2020
1 parent 8bea7b4 commit b53396a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deb/kaltura-playkit-bundler/debian/postinst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ if [ "$1" = "configure" ]; then
fi
mkdir -p $KALTURA_PREFIX/.forever
chown -R $KALTURA_USER:$KALTURA_GROUP $PLAYKIT_PREFIX/log $PLAYKIT_PREFIX/var/run $KALTURA_PREFIX/.forever
cd $PLAYKIT_PREFIX && npm install yarn -g && yarn install && yarn global add forever gulp@3.9.1
cd $PLAYKIT_PREFIX && rm -rf $PLAYKIT_PREFIX/node_modules && yarn remove gulp && npm remove gulp && npm install yarn -g && yarn install && yarn add gulp@3.9.1 && yarn add global forever gulp@3.9.1

if [ -r $KALTURA_PREFIX/app/configurations/local.ini ];then
SALT=`grep remote_addr_header_salt $KALTURA_PREFIX/app/configurations/local.ini|sed 's@^remote_addr_header_salt\s*=\s*\(.*\)$@\1@g'| sed 's@"@@g'`
Expand Down

0 comments on commit b53396a

Please sign in to comment.