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:
parent
daae1ab0fb
commit
9bf9539a52
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue