mirror of
https://github.com/YunoHost-Apps/diaspora_ynh.git
synced 2024-09-03 18:26:13 +02:00
Correct error
This commit is contained in:
parent
e380ee5319
commit
277939264a
1 changed files with 2 additions and 2 deletions
|
@ -11,8 +11,8 @@ source /usr/share/yunohost/helpers
|
|||
|
||||
|
||||
# Retrieve arguments
|
||||
domain=$YUNOHOST_APP_ARG_DOMAIN
|
||||
is_public=$YUNOHOST_APP_ARG_IS_PUBLIC
|
||||
domain=$YNH_APP_ARG_DOMAIN
|
||||
is_public=$YNH_APP_ARG_DOMAIN
|
||||
|
||||
# Save app settings
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue