From 90baa9bec7f052db602c3692f752ab4cc4f6ba02 Mon Sep 17 00:00:00 2001 From: Timmy Keller Date: Thu, 20 Jan 2022 17:23:39 -0600 Subject: launch: chmod +x cache file --- launch/launch | 1 + 1 file changed, 1 insertion(+) diff --git a/launch/launch b/launch/launch index 22a2bce..8e4cbd2 100755 --- a/launch/launch +++ b/launch/launch @@ -62,6 +62,7 @@ gencache() { } } ' $conf > $cache + chmod +x $cache } # Config file setup -- cgit v1.2.3