diff options
Diffstat (limited to 'scripts/upgrade-peertube.sh')
-rwxr-xr-x | scripts/upgrade-peertube.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/upgrade-peertube.sh b/scripts/upgrade-peertube.sh index f7b856470..5186a269f 100755 --- a/scripts/upgrade-peertube.sh +++ b/scripts/upgrade-peertube.sh | |||
@@ -35,4 +35,4 @@ git pull origin $(git rev-parse --abbrev-ref HEAD) || exit -1 | |||
35 | yarn install --pure-lockfile | 35 | yarn install --pure-lockfile |
36 | npm run build | 36 | npm run build |
37 | 37 | ||
38 | echo "\n\nUpgrade finished! You can restart PeerTube that may run the migration scripts." | 38 | echo -e "\n\nUpgrade finished! You can restart PeerTube that may run the migration scripts." |