1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/tiki_ynh.git synced 2024-09-04 01:15:54 +02:00

Remove faulty options

This commit is contained in:
Jyhem 2023-02-22 01:44:05 +01:00
parent daae1ab0fb
commit 9bf9539a52

View file

@ -125,7 +125,7 @@ chown -R $app:www-data "$datadir"
# Define a function to execute commands with proper permissions # Define a function to execute commands with proper permissions
exec_as_app() { exec_as_app() {
(cd "$final_path" && ynh_exec_as "$app" \ (cd "$final_path" && ynh_exec_as "$app" \
php${phpversion} --define apc.enable_cli=1 --no-interaction --no-ansi "$@") php${phpversion} --define apc.enable_cli=1 "$@")
} }
ynh_script_progression --message="Create database configuration file..." --time --weight=1 ynh_script_progression --message="Create database configuration file..." --time --weight=1