1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/lychee_ynh.git synced 2024-09-03 19:36:36 +02:00

Merge branch 'testing'

This commit is contained in:
ericgaspar 2020-11-14 15:38:04 +01:00
commit 973c2d0748
No known key found for this signature in database
GPG key ID: 574F281483054D44
4 changed files with 3 additions and 5 deletions

View file

@ -33,7 +33,7 @@ TIMEZONE=UTC
# folders in which the files will be stored # folders in which the files will be stored
#LYCHEE_DIST="/var/www/__APP__/public/dist/" #LYCHEE_DIST="/var/www/__APP__/public/dist/"
#LYCHEE_UPLOADS="/home/yunohost.__APP__/uploads/" #LYCHEE_UPLOADS="/var/www/__APP__/public/uploads/"
# url to access those files # url to access those files
# LYCHEE_DIST_URL="dist/" # LYCHEE_DIST_URL="dist/"

View file

@ -116,5 +116,3 @@ ynh_multimedia_addfolder () {
./yunohost.multimedia-master/script/ynh_media_addfolder.sh --source="$source_dir" --dest="$dest_dir" ./yunohost.multimedia-master/script/ynh_media_addfolder.sh --source="$source_dir" --dest="$dest_dir"
} }

View file

@ -93,7 +93,7 @@ ynh_system_user_create --username=$app
ynh_script_progression --message="Configuring PHP-FPM..." --weight=2 ynh_script_progression --message="Configuring PHP-FPM..." --weight=2
# Create a dedicated PHP-FPM config # Create a dedicated PHP-FPM config
ynh_add_fpm_config --phpversion=$YNH_PHP_VERSION --package="$extra_php_dependencies" ynh_add_fpm_config --package="$extra_php_dependencies"
phpversion=$(ynh_app_setting_get --app=$app --key=phpversion) phpversion=$(ynh_app_setting_get --app=$app --key=phpversion)
#================================================= #=================================================

View file

@ -110,7 +110,7 @@ ynh_system_user_create --username=$app
ynh_script_progression --message="Upgrading PHP-FPM configuration..." ynh_script_progression --message="Upgrading PHP-FPM configuration..."
# Create a dedicated PHP-FPM config # Create a dedicated PHP-FPM config
ynh_add_fpm_config --phpversion=$YNH_PHP_VERSION --package="$extra_php_dependencies" ynh_add_fpm_config --package="$extra_php_dependencies"
#================================================= #=================================================
# SPECIFIC UPGRADE # SPECIFIC UPGRADE