Pārlūkot izejas kodu

Fix typo, thanks @nd4pa

Brendan Abolivier 6 gadus atpakaļ
vecāks
revīzija
3ea1415bd8
Parakstījis: Brendan Abolivier <contact@brendanabolivier.com> GPG atslēgas ID: 8EF1500759F70623
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1
    1
      content/your-own-google-drive-docs.md

+ 1
- 1
content/your-own-google-drive-docs.md Parādīt failu

@@ -323,7 +323,7 @@ With its default configuration, Nextcloud can run into some troubles handling fi
323 323
 A single Redis instance can act as a great cache for file locks, and installing it is as simple as running:
324 324
 
325 325
 ```
326
-sudo systemctl restart redis-server php-redis
326
+sudo apt install redis-server php-redis
327 327
 ```
328 328
 
329 329
 Once again, restart PHP's FPM: