1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/domoticz_ynh.git synced 2024-09-03 18:26:17 +02:00

Permission domotciz.db

This commit is contained in:
Krakinou 2021-08-10 13:50:37 +02:00
parent d291d44ebb
commit e15be595ce

View file

@ -123,7 +123,7 @@ ynh_setup_source --dest_dir="$final_path"
#Create the database file
if [ ! -f $final_path/domoticz.db ]; then
touch $final_path/domoticz.db
chmod 644 $final_path/domoticz.db
chmod 640 $final_path/domoticz.db
fi
chmod 750 "$final_path"