mirror of
https://github.com/YunoHost-Apps/pleroma_ynh.git
synced 2024-09-03 20:15:59 +02:00
fix substitution
This commit is contained in:
parent
db6a540d5d
commit
d0eee28555
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ path_url="/"
|
|||
admin=$YNH_APP_ARG_ADMIN
|
||||
is_public=$YNH_APP_ARG_IS_PUBLIC
|
||||
password=$YNH_APP_ARG_PASSWORD
|
||||
name=${$YNH_APP_ARG_NAME// /_}
|
||||
name="${YNH_APP_ARG_NAME// /_}"
|
||||
registration=$YNH_APP_ARG_REGISTRATION
|
||||
cache=$YNH_APP_ARG_CACHE
|
||||
size=$YNH_APP_ARG_SIZE
|
||||
|
|
Loading…
Add table
Reference in a new issue