From: Bigard Florian Date: Thu, 27 Apr 2017 14:00:10 +0000 (+0200) Subject: Fix upgrade script (again...) X-Git-Tag: v0.0.1-alpha~444 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=339f0c80622090bd2c5ca4e40891194691fece4c;p=oweals%2Fpeertube.git Fix upgrade script (again...) --- diff --git a/scripts/upgrade.sh b/scripts/upgrade.sh index af2ab4be4..748b0d947 100755 --- a/scripts/upgrade.sh +++ b/scripts/upgrade.sh @@ -26,8 +26,8 @@ fi git pull origin $(git rev-parse --abbrev-ref HEAD) || exit -1 yarn install -yarn update -cd client && yarn update && cd ../ +yarn upgrade +cd client && yarn upgrade && cd ../ npm run build echo "\n\nUpgrade finished! You can restart PeerTube that may run the migration scripts."