Add reminder to restart PeerTube in upgrade script

pull/1463/head
Luc Didry 2019-02-15 11:45:45 +01:00 committed by Chocobozzz
parent 68895d2270
commit cd1a488981
1 changed files with 4 additions and 0 deletions

View File

@ -73,3 +73,7 @@ cp $PEERTUBE_PATH/peertube-latest/config/default.yaml $PEERTUBE_PATH/config/defa
echo "Differences in configuration files..." echo "Differences in configuration files..."
diff -u $PEERTUBE_PATH/config/production.yaml "$PEERTUBE_PATH/versions/peertube-${VERSION}/config/production.yaml.example" diff -u $PEERTUBE_PATH/config/production.yaml "$PEERTUBE_PATH/versions/peertube-${VERSION}/config/production.yaml.example"
echo ""
echo "==========================================="
echo "== Dont forget to restart PeerTube! =="
echo "==========================================="