fix: Move order in entry file

This commit is contained in:
Kroese 2025-10-17 12:27:35 +02:00 committed by GitHub
parent e1e5f8f91d
commit 1d649239ed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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