mirror of
https://github.com/YunoHost-Apps/jappix_ynh.git
synced 2024-09-03 19:26:19 +02:00
Fix
This commit is contained in:
parent
971fb3de0b
commit
75ca9acee9
2 changed files with 2 additions and 0 deletions
|
@ -88,6 +88,7 @@ phpversion=$(ynh_app_setting_get --app=$app --key=phpversion)
|
|||
#=================================================
|
||||
# Set Jappix configuration
|
||||
#=================================================
|
||||
ynh_script_progression --message="Configuring Jappix..." --weight=1
|
||||
|
||||
mkdir -p "$final_path/store/conf"
|
||||
|
||||
|
|
|
@ -99,6 +99,7 @@ ynh_add_fpm_config
|
|||
#=================================================
|
||||
# Set Jappix configuration
|
||||
#=================================================
|
||||
ynh_script_progression --message="Configuring Jappix..." --weight=1
|
||||
|
||||
mkdir -p "$final_path/store/conf"
|
||||
|
||||
|
|
Loading…
Reference in a new issue