This commit is contained in:
teldra 2022-02-09 13:18:51 +01:00
parent f605281f9c
commit 5b0628c510
1 changed files with 1 additions and 1 deletions

View File

@ -327,7 +327,7 @@ header base
config
reset config
for file in \$(find /tmp/vinstaller/run -type f); do
for file in \$(find /tmp/vinstaller/run -type f | sort); do
if grep -q "config()" "\${file}"; then
header \"\$(basename \$file)\"
. \$file