mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 01:25:55 +02:00
add missing '-' to code block (#254)
This commit is contained in:
parent
9313f870bc
commit
0550c045c7
1 changed files with 1 additions and 1 deletions
|
@ -199,7 +199,7 @@ sudo nano config/parameters.yaml
|
||||||
sudo -u www-data php bin/console doctrine:migrations:migrate
|
sudo -u www-data php bin/console doctrine:migrations:migrate
|
||||||
|
|
||||||
# Clear Part-DB cache
|
# Clear Part-DB cache
|
||||||
sudo u www-data php bin/console cache:clear
|
sudo -u www-data php bin/console cache:clear
|
||||||
```
|
```
|
||||||
|
|
||||||
## MySQL/MariaDB database
|
## MySQL/MariaDB database
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue