mirror of
https://github.com/YunoHost-Apps/headphones_ynh.git
synced 2024-09-03 19:26:02 +02:00
Update install
This commit is contained in:
parent
510417fe5c
commit
eb93d7d771
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ ynh_script_progression --message="Adding a configuration file..."
|
||||||
mkdir -p "/etc/$app"
|
mkdir -p "/etc/$app"
|
||||||
ynh_add_config --template="../conf/headphones.ini" --destination="/etc/$app/headphones.ini"
|
ynh_add_config --template="../conf/headphones.ini" --destination="/etc/$app/headphones.ini"
|
||||||
|
|
||||||
chmod 600 "/etc/$app/headphones.ini"
|
chmod 650 "/etc/$app/headphones.ini"
|
||||||
chown $app:$app "/etc/$app/headphones.ini"
|
chown $app:$app "/etc/$app/headphones.ini"
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Reference in a new issue