mirror of
https://github.com/YunoHost-Apps/biboumi_ynh.git
synced 2024-09-03 18:15:58 +02:00
fix variable... again
This commit is contained in:
parent
f2ec7b24a1
commit
1ad7b537a5
1 changed files with 2 additions and 2 deletions
|
@ -23,11 +23,11 @@ ynh_abort_if_errors
|
|||
domain=$YNH_APP_ARG_DOMAIN
|
||||
admin=$YNH_APP_ARG_ADMIN
|
||||
|
||||
app=$YNH_APP_INSTANCE_NAME
|
||||
|
||||
shared_secret="$(ynh_string_random 25)"
|
||||
admin_jid="${admin}@$app.${domain}"
|
||||
|
||||
app=$YNH_APP_INSTANCE_NAME
|
||||
|
||||
#=================================================
|
||||
# CHECK IF THE APP CAN BE INSTALLED WITH THESE ARGS
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue