aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/upgrade.sh
diff options
context:
space:
mode:
authorBigard Florian <florian.bigard@gmail.com>2017-04-27 16:00:10 +0200
committerGitHub <noreply@github.com>2017-04-27 16:00:10 +0200
commit339f0c80622090bd2c5ca4e40891194691fece4c (patch)
tree3435152cb7f6538fbd2706eae2445179bd9881bd /scripts/upgrade.sh
parentaa77e1c2ac422a6da7ea73baa844998a13971458 (diff)
downloadPeerTube-339f0c80622090bd2c5ca4e40891194691fece4c.tar.gz
PeerTube-339f0c80622090bd2c5ca4e40891194691fece4c.tar.zst
PeerTube-339f0c80622090bd2c5ca4e40891194691fece4c.zip
Fix upgrade script (again...)
Diffstat (limited to 'scripts/upgrade.sh')
-rwxr-xr-xscripts/upgrade.sh4
1 files changed, 2 insertions, 2 deletions
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
26git pull origin $(git rev-parse --abbrev-ref HEAD) || exit -1 26git pull origin $(git rev-parse --abbrev-ref HEAD) || exit -1
27 27
28yarn install 28yarn install
29yarn update 29yarn upgrade
30cd client && yarn update && cd ../ 30cd client && yarn upgrade && cd ../
31npm run build 31npm run build
32 32
33echo "\n\nUpgrade finished! You can restart PeerTube that may run the migration scripts." 33echo "\n\nUpgrade finished! You can restart PeerTube that may run the migration scripts."