From 989bd9518b28eadf2b7594d018dae969e4f31f88 Mon Sep 17 00:00:00 2001 From: SolAZDev Date: Fri, 8 Sep 2023 18:27:54 -0400 Subject: [PATCH] permission tests continue --- scripts/install | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/scripts/install b/scripts/install index 76a0ed8..40474a4 100755 --- a/scripts/install +++ b/scripts/install @@ -176,12 +176,12 @@ popd # FIXME: this should be handled by the core in the future # You may need to use chmod 600 instead of 400, # for example if the app is expected to be able to modify its own config -chown motion:motion "/etc/motioneye/" -chown motion:motion "/etc/motioneye/motioneye.conf" -chown motion:motion "/var/lib/motioneye" -chmod 664 "/etc/motioneye/motioneye.conf" -chmod 664 "/etc/motioneye/" -chmod 664 "/var/lib/motioneye" +# chown motion:motion "/etc/motioneye/" +# chown motion:motion "/etc/motioneye/motioneye.conf" +# chown motion:motion "/var/lib/motioneye" +chmod 666 "/etc/motioneye/motioneye.conf" +chmod 666 "/etc/motioneye/" +chmod 666 "/var/lib/motioneye" ynh_script_progression --message="Starting a systemd service..." --weight=1