projects
/
oweals
/
peertube.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aa77e1c
)
Fix upgrade script (again...)
author
Bigard Florian
<florian.bigard@gmail.com>
Thu, 27 Apr 2017 14:00:10 +0000
(16:00 +0200)
committer
GitHub
<noreply@github.com>
Thu, 27 Apr 2017 14:00:10 +0000
(16:00 +0200)
scripts/upgrade.sh
patch
|
blob
|
history
diff --git
a/scripts/upgrade.sh
b/scripts/upgrade.sh
index af2ab4be4c23d9cd46d019930978c4646696ce38..748b0d947fde5ddcd41d4d3e6c273e8c96512106 100755
(executable)
--- a/
scripts/upgrade.sh
+++ b/
scripts/upgrade.sh
@@
-26,8
+26,8
@@
fi
git pull origin $(git rev-parse --abbrev-ref HEAD) || exit -1
yarn install
-yarn up
dat
e
-cd client && yarn up
dat
e && cd ../
+yarn up
grad
e
+cd client && yarn up
grad
e && cd ../
npm run build
echo "\n\nUpgrade finished! You can restart PeerTube that may run the migration scripts."