Add reminder to restart PeerTube in upgrade script

This commit is contained in:
Luc Didry 2019-02-15 11:45:45 +01:00 committed by Chocobozzz
parent 68895d2270
commit cd1a488981

View File

@ -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 "== Dont forget to restart PeerTube! =="
echo "==========================================="