mirror of
https://github.com/YunoHost-Apps/collabora_ynh.git
synced 2024-09-03 18:16:25 +02:00
Fix file permissions
This commit is contained in:
parent
1c0d37c805
commit
edc571353f
1 changed files with 2 additions and 0 deletions
|
@ -26,7 +26,9 @@ ynh_script_progression --message="Installing config file..." --weight=2
|
||||||
# because we're in a reverse proxy context...
|
# because we're in a reverse proxy context...
|
||||||
mkdir -p /etc/coolwsd
|
mkdir -p /etc/coolwsd
|
||||||
ynh_add_config --template="../conf/coolwsd.xml" --destination="/etc/coolwsd/coolwsd.xml"
|
ynh_add_config --template="../conf/coolwsd.xml" --destination="/etc/coolwsd/coolwsd.xml"
|
||||||
|
|
||||||
chmod 640 "/etc/coolwsd/coolwsd.xml"
|
chmod 640 "/etc/coolwsd/coolwsd.xml"
|
||||||
|
chown cool:root -R /etc/coolwsd
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# SYSTEM CONFIGURATION
|
# SYSTEM CONFIGURATION
|
||||||
|
|
Loading…
Reference in a new issue