From 407c4473ad6b1aa30c3d77bd75e3c273d03989b8 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Sun, 23 Jul 2017 09:40:28 +0200 Subject: Fix upgrade script \n --- scripts/upgrade-peertube.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/upgrade-peertube.sh') 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 yarn install --pure-lockfile npm run build -echo "\n\nUpgrade finished! You can restart PeerTube that may run the migration scripts." +echo -e "\n\nUpgrade finished! You can restart PeerTube that may run the migration scripts." -- cgit v1.2.3