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:
parent
26cbeee2e4
commit
d5ec76788a
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue