mirror of
https://github.com/YunoHost-Apps/hubzilla_ynh.git
synced 2024-09-03 19:26:21 +02:00
Fix string error
This commit is contained in:
parent
bfcad2e1d1
commit
88468821d0
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ email=$(sudo yunohost user info $admin | grep "mail:" | cut -d' ' -f2)
|
|||
upload="256M"
|
||||
random_string="$(ynh_string_random)$(ynh_string_random)$(ynh_string_random)"
|
||||
database=$YNH_APP_ARG_DATABASE
|
||||
|
||||
database=expr $database
|
||||
### If it's a multi-instance app, meaning it can be installed several times independently
|
||||
### The id of the app as stated in the manifest is available as $YNH_APP_ID
|
||||
### The instance number is available as $YNH_APP_INSTANCE_NUMBER (equals "1", "2", ...)
|
||||
|
|
Loading…
Add table
Reference in a new issue