mirror of
https://github.com/YunoHost-Apps/nextcloud_ynh.git
synced 2024-09-03 19:55:57 +02:00
Fix space splitting in phpflags on install (#690)
This commit is contained in:
parent
0d05a771e7
commit
1b66d7f23a
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ source _ynh_mysql_connect_as.sh
|
|||
|
||||
phpflags="--define apc.enable_cli=1"
|
||||
|
||||
ynh_app_setting_set --app=$app --key=phpflags --value=$phpflags
|
||||
ynh_app_setting_set --app=$app --key=phpflags --value="$phpflags"
|
||||
|
||||
#=================================================
|
||||
# CREATE A MYSQL DATABASE
|
||||
|
|
Loading…
Add table
Reference in a new issue