mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
using "diff -u", for a clearer display
This commit is contained in:
committed by
Chocobozzz
parent
e4b9deac03
commit
bebae342f3
@@ -56,5 +56,5 @@ yarn install --production --pure-lockfile
|
|||||||
cp $PEERTUBE_PATH/peertube-latest/config/default.yaml $PEERTUBE_PATH/config/default.yaml
|
cp $PEERTUBE_PATH/peertube-latest/config/default.yaml $PEERTUBE_PATH/config/default.yaml
|
||||||
|
|
||||||
echo "Differences in configuration files..."
|
echo "Differences in configuration files..."
|
||||||
diff "$PEERTUBE_PATH/versions/peertube-${VERSION}/config/production.yaml.example" $PEERTUBE_PATH/config/production.yaml
|
diff -u "$PEERTUBE_PATH/versions/peertube-${VERSION}/config/production.yaml.example" $PEERTUBE_PATH/config/production.yaml
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user