mirror of https://github.com/Chocobozzz/PeerTube
Add reminder to restart PeerTube in upgrade script
parent
68895d2270
commit
cd1a488981
|
@ -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 "==========================================="
|
||||
|
|
Loading…
Reference in New Issue