diff options
-rwxr-xr-x | launch/launch | 1 |
1 files changed, 1 insertions, 0 deletions
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 |