1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pleroma_ynh.git synced 2024-09-03 20:15:59 +02:00

Replace space by _ in instance name

Fix #144
This commit is contained in:
yalh76 2020-12-22 21:51:15 +01:00
parent e8e4483e28
commit db6a540d5d

View file

@ -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