Unverified Commit 175d90aa authored by Kroese's avatar Kroese Committed by GitHub
Browse files

fix: Move order in entry file (#1078)

parent e1e5f8f9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
+5 −5

File changed.

Contains only whitespace changes.