mirror of
https://github.com/YunoHost-Apps/readeck_ynh.git
synced 2024-09-03 20:16:18 +02:00
Update change_url
This commit is contained in:
parent
75b00f9c7d
commit
1226a30ad9
1 changed files with 3 additions and 3 deletions
|
@ -30,10 +30,10 @@ ynh_change_url_nginx_config
|
|||
#=================================================
|
||||
ynh_script_progression --message="Adding a configuration file..." --weight=1
|
||||
|
||||
ynh_add_config --template="config.toml" --destination="$data_dir_dir/config.toml"
|
||||
ynh_add_config --template="config.toml" --destination="$data_dir/config.toml"
|
||||
|
||||
chmod 600 "$data_dir_dir/config.toml"
|
||||
chown "$app:$app" "$data_dir_dir/config.toml"
|
||||
chmod 600 "$data_dir/config.toml"
|
||||
chown "$app:$app" "$data_dir/config.toml"
|
||||
|
||||
#=================================================
|
||||
# GENERIC FINALISATION
|
||||
|
|
Loading…
Add table
Reference in a new issue