mirror of
https://github.com/YunoHost-Apps/syncthing_ynh.git
synced 2024-09-03 20:26:23 +02:00
Switch back to admin
This commit is contained in:
parent
d0c1c12e2a
commit
17688ea2b0
2 changed files with 2 additions and 2 deletions
|
@ -40,7 +40,7 @@
|
|||
"default": "/syncthing"
|
||||
},
|
||||
{
|
||||
"name": "user",
|
||||
"name": "admin",
|
||||
"type": "user",
|
||||
"ask": {
|
||||
"en": "Choose the user for Syncthing (must be an existing yunohost user)",
|
||||
|
|
|
@ -25,7 +25,7 @@ ynh_abort_if_errors
|
|||
|
||||
domain=$YNH_APP_ARG_DOMAIN
|
||||
path_url=$YNH_APP_ARG_PATH
|
||||
admin=$YNH_APP_ARG_USER
|
||||
admin=$YNH_APP_ARG_ADMIN
|
||||
|
||||
app=$YNH_APP_INSTANCE_NAME
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue