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:
parent
d291d44ebb
commit
e15be595ce
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue