feat: Allow custom startup script

This commit is contained in:
Kroese 2025-10-02 11:22:55 +02:00 committed by GitHub
parent fde0ae7c4b
commit 61049e850a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,6 +8,7 @@ set -Eeuo pipefail
cd /run cd /run
. start.sh # Placeholder
. utils.sh # Load functions . utils.sh # Load functions
. reset.sh # Initialize system . reset.sh # Initialize system
. define.sh # Define versions . define.sh # Define versions