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

Update install

This commit is contained in:
Éric Gaspar 2023-03-01 15:17:41 +01:00
parent a98d0edf35
commit f61d22cb4c

View file

@ -51,6 +51,7 @@ ynh_add_fpm_config --usage=$fpm_usage --footprint=$fpm_footprint
#=================================================
# ADD INITIAL CONFIGURATION
#=================================================
ynh_script_progression --message="Configuring $app..." --weight=3
# Define a function to execute commands with proper permissions
exec_as_app() {
@ -58,7 +59,6 @@ exec_as_app() {
php${phpversion} --define apc.enable_cli=1 "$@")
}
ynh_script_progression --message="Configuring $app..." --weight=1
exec_as_app console.php database:configure "$app" "$db_pwd" "$app"
# Create database contents