diff options
| author | Timmy Keller <tjk@tjkeller.xyz> | 2022-01-20 17:23:39 -0600 | 
|---|---|---|
| committer | Timmy Keller <tjk@tjkeller.xyz> | 2022-01-20 17:23:39 -0600 | 
| commit | 90baa9bec7f052db602c3692f752ab4cc4f6ba02 (patch) | |
| tree | df5b25132dd3b253aa569a63f51f8aa97470831a | |
| parent | 1ffe58f3ee6eeb2d81729eb7c458a8979eb2df68 (diff) | |
| download | scripts-90baa9bec7f052db602c3692f752ab4cc4f6ba02.tar.xz scripts-90baa9bec7f052db602c3692f752ab4cc4f6ba02.zip  | |
launch: chmod +x cache file
| -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  | 
