mirror of
https://github.com/YunoHost-Apps/ergo_ynh.git
synced 2024-09-03 18:26:31 +02:00
Update install
This commit is contained in:
parent
81e48979dd
commit
d0aa3bf685
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ ynh_add_config --template="../conf/default.yaml" --destination="$final_path/ircd
|
|||
ynh_add_config --template="../conf/ldap-config.yaml" --destination="$final_path/ldap-config.yaml"
|
||||
|
||||
chmod 400 "$final_path/ircd.yaml"
|
||||
chown $app:$app "$final_path/ircd.yaml"
|
||||
chown $app: "$final_path/ircd.yaml"
|
||||
|
||||
#=================================================
|
||||
# SETUP SYSTEMD
|
||||
|
|
Loading…
Reference in a new issue