Update entry.sh to include server startup

This commit is contained in:
Kroese 2025-10-08 13:29:30 +02:00 committed by GitHub
parent 70e0c04e08
commit 344e22f7fa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,9 +6,10 @@ set -Eeuo pipefail
cd /run
. start.sh # Placeholder
. start.sh # Startup hook
. utils.sh # Load functions
. reset.sh # Initialize system
. server.sh # Start webserver
. install.sh # Run installation
. disk.sh # Initialize disks
. display.sh # Initialize graphics