]> git.ipfire.org Git - people/ms/ipfire-2.x.git/commit
make.sh: Refactor the execute function
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 9 Jul 2024 14:59:45 +0000 (14:59 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 9 Jul 2024 14:59:45 +0000 (14:59 +0000)
commit304319bbd5a4d7714aed8d9ca509df66db3993ad
treef2713d8569bcb45de268d4c641a0b689d9c251b6
parent00b5ae0b8f0f56b788e6c9c8ea87d64df8e4c64b
make.sh: Refactor the execute function

The first version was a little bit messy with all the checks in all
sorts of places. We now create one large array and update it whenever
the configuration changes.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
make.sh