diff --git a/scripts/install b/scripts/install index df8a260..c793010 100644 --- a/scripts/install +++ b/scripts/install @@ -211,6 +211,7 @@ ynh_store_file_checksum --file="$rc_conf" # Set permissions to app files chown -R root: "$final_path" +mkdir -p "$final_path/plugins/enigma/home" chown -R $app: "$final_path/"{temp,logs,plugins/enigma/home} #================================================= diff --git a/scripts/restore b/scripts/restore index ac1d5e3..7fa57b8 100644 --- a/scripts/restore +++ b/scripts/restore @@ -67,6 +67,7 @@ ynh_system_user_create --username=$app # Restore permissions on app files chown -R root: "$final_path" +mkdir -p "$final_path/plugins/enigma/home" chown -R $app: "$final_path/"{temp,logs,plugins/enigma/home} #================================================= diff --git a/scripts/upgrade b/scripts/upgrade index b993aed..2d8d384 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -262,6 +262,7 @@ fi # Set permissions to app files chown -R root: "$final_path" +mkdir -p "$final_path/plugins/enigma/home" chown -R $app: "$final_path/"{temp,logs,plugins/enigma/home} #=================================================