mirror of
https://github.com/YunoHost-Apps/wallabag2_ynh.git
synced 2024-10-01 13:35:06 +02:00
Update install
This commit is contained in:
parent
ac91d4bf45
commit
cc97b98d84
1 changed files with 1 additions and 3 deletions
|
@ -52,9 +52,7 @@ chown -R "$app:www-data" "$install_dir"
|
|||
#=================================================
|
||||
ynh_script_progression --message="Adding $app's configuration files..." --weight=1
|
||||
|
||||
ynh_add_config --template="parameters.yml" --destination="$wb_conf"
|
||||
chmod 600 "$wb_conf"
|
||||
chown "$app:www-data" "$wb_conf"
|
||||
ynh_add_config --template="parameters.yml" --destination="$install_dir/app/config/parameters.yml"
|
||||
|
||||
chmod 600 "$install_dir/app/config/parameters.yml"
|
||||
chown "$app:$app" "$install_dir/app/config/parameters.yml"
|
||||
|
|
Loading…
Add table
Reference in a new issue