From a278d8e3806afdb8c82a8e14f4090233e2797bec Mon Sep 17 00:00:00 2001 From: Matthew Baggett Date: Mon, 12 Sep 2022 00:46:38 +0200 Subject: [PATCH] Fix permissions on run files --- marshall/usr/bin/marshall | 3 +++ 1 file changed, 3 insertions(+) diff --git a/marshall/usr/bin/marshall b/marshall/usr/bin/marshall index e2b0f84..ad1788f 100755 --- a/marshall/usr/bin/marshall +++ b/marshall/usr/bin/marshall @@ -3,5 +3,8 @@ # Fix for windows hosts manging run files dos2unix -q /etc/service/*/run +# Fix permissions on run files +chmod +x /etc/service/*/run + # Start Runit. runsvdir -P /etc/service \ No newline at end of file