From 2b12ccb6acf66bae6fe4e4eec6a53da21a9f0bd7 Mon Sep 17 00:00:00 2001 From: paukstelis Date: Sun, 23 Apr 2023 09:13:54 -0400 Subject: [PATCH] fix stray error in fedora/centos mjpg-streamer --- octoprint_deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/octoprint_deploy.sh b/octoprint_deploy.sh index 61eaaea..edb572e 100755 --- a/octoprint_deploy.sh +++ b/octoprint_deploy.sh @@ -905,7 +905,7 @@ prepare () { restorecon -R -v /home/$user/OctoPrint/bin if [ $VID -eq 1 ]; then semanage fcontext -a -t bin_t "/home/$user/mjpg-streamer/.*" - chcon -Rv -u more sysystem_u -t bin_t "/home/$user/mjpg-streamer/" + chcon -Rv -u system_u -t bin_t "/home/$user/mjpg-streamer/" restorecon -R -v /home/$user/mjpg-streamer fi if [ $VID -eq 2 ]; then