1
0
Fork 0
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:
yalh76 2019-04-24 00:42:15 +02:00
parent 158c19ac6f
commit 1c2b08f14d

View file

@ -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?`