mirror of
https://github.com/YunoHost-Apps/pixelfed_ynh.git
synced 2024-09-03 20:06:04 +02:00
fix user admin for php7.2
This commit is contained in:
parent
158c19ac6f
commit
1c2b08f14d
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ After being first registered, you need to execute the folloing command to promot
|
|||
|
||||
**Run:**
|
||||
|
||||
$ (cd /var/www/pixelfed && php artisan user:admin 1)
|
||||
$ (cd /var/www/pixelfed && php7.2 artisan user:admin 1)
|
||||
|
||||
and respond yes to the question ` Add admin privileges to this user?`
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue