1
0
Fork 0
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

Should allow to do it as an administrator and not just as sudo.
This commit is contained in:
lapineige 2022-02-04 15:38:38 +01:00 committed by GitHub
parent 26cbeee2e4
commit d5ec76788a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,9 +8,9 @@ After being first registered, you need to execute the folloing command to promot
**Run:**
$ (cd /var/www/pixelfed && php7.3 artisan user:admin 1)
$ sudo php7.4 /var/www/pixelfed/artisan user:admin 1)
and respond yes to the question ` Add admin privileges to this user?`
and respond yes to the question ` Add admin privileges to this user?`.
### Allow/Close registrations