aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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."