mirror of
https://github.com/YunoHost-Apps/pixelfed_ynh.git
synced 2024-09-03 20:06:04 +02:00
Update to php7.4 and simplify the command
This commit is contained in:
parent
9b2fc2f041
commit
61d4ccc1ef
1 changed files with 2 additions and 2 deletions
|
@ -6,9 +6,9 @@
|
|||
|
||||
Après avoir été enregistré pour la première fois, vous devez exécuter la commande suivante pour promouvoir le premier enregistré en tant qu'administrateur
|
||||
|
||||
**Courir:**
|
||||
**Entrez la commande:**
|
||||
|
||||
$ (cd /var/www/pixelfed && php7.3 artisan user:admin 1)
|
||||
$ php7.4 /var/www/pixelfed/artisan user:admin 1
|
||||
|
||||
et répondez oui à la question « Ajouter des privilèges d'administrateur à cet utilisateur ? »
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue