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:
parent
50c184a9a2
commit
3cca1fdbf3
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue