1
0
Fork 0
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

This commit is contained in:
lyyn 2024-06-01 19:46:11 +03:00 committed by GitHub
parent 0d05a771e7
commit b512e9a305
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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