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:
68895d2
)
Add reminder to restart PeerTube in upgrade script
author
Luc Didry
<luc@didry.org>
Fri, 15 Feb 2019 10:45:45 +0000
(11:45 +0100)
committer
Chocobozzz
<chocobozzz@cpy.re>
Fri, 15 Feb 2019 10:47:45 +0000
(11:47 +0100)
scripts/upgrade.sh
patch
|
blob
|
history
diff --git
a/scripts/upgrade.sh
b/scripts/upgrade.sh
index 4f7c58edda06cf3b285e4c230a8a2c35be788d79..5d7c5b0eaa73629ad2138f5355ab9f5cc133510f 100755
(executable)
--- a/
scripts/upgrade.sh
+++ b/
scripts/upgrade.sh
@@
-73,3
+73,7
@@
cp $PEERTUBE_PATH/peertube-latest/config/default.yaml $PEERTUBE_PATH/config/defa
echo "Differences in configuration files..."
diff -u $PEERTUBE_PATH/config/production.yaml "$PEERTUBE_PATH/versions/peertube-${VERSION}/config/production.yaml.example"
+echo ""
+echo "==========================================="
+echo "== Don’t forget to restart PeerTube! =="
+echo "==========================================="