mirror of
https://github.com/YunoHost-Apps/wallabag2_ynh.git
synced 2024-10-01 13:35:06 +02:00
cleaning
This commit is contained in:
parent
d4118de09a
commit
d98c71f64d
2 changed files with 3 additions and 3 deletions
|
@ -37,9 +37,9 @@ ynh_add_fpm_config
|
|||
#=================================================
|
||||
# CONFIGURE WALLABAG
|
||||
#=================================================
|
||||
ynh_script_progression --message="Configuring wallabag..." --weight=25
|
||||
ynh_script_progression --message="Configuring $app..." --weight=25
|
||||
|
||||
ynh_add_config --template="../conf/parameters.yml" --destination="$install_dir/app/config/parameters.yml"
|
||||
ynh_add_config --template="parameters.yml" --destination="$install_dir/app/config/parameters.yml"
|
||||
|
||||
# Alias for php-cli execution command
|
||||
php_exec="ynh_exec_as $app php$phpversion "$install_dir/bin/console" --no-interaction --env=prod"
|
||||
|
|
|
@ -64,7 +64,7 @@ ynh_use_logrotate --non-append
|
|||
|
||||
if [ "$upgrade_type" == "UPGRADE_APP" ]
|
||||
then
|
||||
ynh_script_progression --message="Reconfiguring wallabag..." --weight=1
|
||||
ynh_script_progression --message="Reconfiguring $app..." --weight=1
|
||||
|
||||
# Copy and set Wallabag dist configuration
|
||||
#ynh_add_config --template="../conf/parameters.yml" --destination="$install_dir/app/config/parameters.yml"
|
||||
|
|
Loading…
Add table
Reference in a new issue