Fix restore by calling chown for log file

This commit is contained in:
JensDiemer 2020-12-23 08:57:06 +01:00
parent 7d225c5663
commit b65dab64db

View file

@ -70,6 +70,7 @@ ynh_system_user_create --username=$app --home_dir="$final_path" --use_shell
#================================================= #=================================================
# Restore permissions on app files # Restore permissions on app files
chown -R "$app" "$log_path"
chown -R "$app" "$public_path" chown -R "$app" "$public_path"
chown -R "$app" "$final_path" chown -R "$app" "$final_path"