mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2024-11-10 02:17:37 +03:00
fix diff order
This commit is contained in:
parent
bebae342f3
commit
38d937002a
@ -56,5 +56,5 @@ yarn install --production --pure-lockfile
|
||||
cp $PEERTUBE_PATH/peertube-latest/config/default.yaml $PEERTUBE_PATH/config/default.yaml
|
||||
|
||||
echo "Differences in configuration files..."
|
||||
diff -u "$PEERTUBE_PATH/versions/peertube-${VERSION}/config/production.yaml.example" $PEERTUBE_PATH/config/production.yaml
|
||||
diff -u $PEERTUBE_PATH/config/production.yaml "$PEERTUBE_PATH/versions/peertube-${VERSION}/config/production.yaml.example"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user