Fix Code
This commit is contained in:
parent
2375f16859
commit
47ceebfa25
@ -16,6 +16,7 @@ foreach($dirs as $dir){
|
||||
}
|
||||
|
||||
$code = str_replace("{{ CODES }}", implode("\n", $codes), $base);
|
||||
$code = str_replace("{{ COMPATIBILITY }}", implode("\n", file_get_contents(__DIR__.'/src/compatibility.sh')), $base);
|
||||
|
||||
try {
|
||||
$file = __DIR__.'/init.sh';
|
||||
|
@ -17,6 +17,7 @@ wiBold=$(tput bold)
|
||||
wiNormal=$(tput sgr0)
|
||||
|
||||
{{ CODES }}
|
||||
{{ COMPATIBILITY }}
|
||||
|
||||
wi-start
|
||||
wi-restricted $0 $1 $2
|
||||
|
Loading…
Reference in New Issue
Block a user