fix: Move order in entry file (#1078)

This commit is contained in:
Kroese 2025-10-17 13:04:03 +02:00 committed by GitHub
parent e1e5f8f91d
commit 175d90aad7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

View File

@ -18,8 +18,8 @@ cd /run
. proc.sh # Initialize processor
. serial.sh # Initialize serialport
. power.sh # Configure shutdown
. config.sh # Configure arguments
. memory.sh # Check available memory
. config.sh # Configure arguments
. finish.sh # Finish initialization
trap - ERR