1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mstream_ynh.git synced 2024-09-03 19:46:17 +02:00

Update install

This commit is contained in:
ericgaspar 2022-04-14 16:12:26 +02:00
parent 39664ecd1d
commit 6c6aff42f5
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -123,7 +123,7 @@ ynh_script_progression --message="Adding a configuration file..." --weight=1
ynh_add_config --template="../conf/default.conf" --destination="$final_path/save/conf/default.json"
chmod 400 "$final_path/save/conf/default.json"
chmod 650 "$final_path/save/conf/default.json"
chown $app:$app "$final_path/save/conf/default.json"
#=================================================