diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2017-07-23 09:40:28 +0200 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2017-07-23 09:43:44 +0200 |
commit | 407c4473ad6b1aa30c3d77bd75e3c273d03989b8 (patch) | |
tree | d933d6b4dcd04c131cd245c92eca13ad9f3127a6 /scripts | |
parent | d063f8ca92070103ea1847cf8607ecae93e679ba (diff) | |
download | PeerTube-407c4473ad6b1aa30c3d77bd75e3c273d03989b8.tar.gz PeerTube-407c4473ad6b1aa30c3d77bd75e3c273d03989b8.tar.zst PeerTube-407c4473ad6b1aa30c3d77bd75e3c273d03989b8.zip |
Fix upgrade script \n
Diffstat (limited to 'scripts')
-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." |