1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-03 01:39:37 +02:00

Use diff instead of vimdiff

This commit is contained in:
Chocobozzz 2025-09-15 13:40:59 +02:00
parent 50c184a9a2
commit 3cca1fdbf3
No known key found for this signature in database
GPG key ID: 583A612D890159BE

View file

@ -362,7 +362,7 @@ If your system has `git` installed, the auto upgrade script should have created
Review the file, check and fix any potential conflicts:
```bash
cd /var/www/peertube && sudo -u peertube vimdiff config/production.yaml config/production.yaml.new
cd /var/www/peertube && sudo -u peertube diff config/production.yaml config/production.yaml.new
```
Then replace your current configuration file by the new one: