mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2026-01-02 03:30:55 +08:00
fix: Move order in entry file (#1078)
This commit is contained in:
@@ -18,8 +18,8 @@ cd /run
|
|||||||
. proc.sh # Initialize processor
|
. proc.sh # Initialize processor
|
||||||
. serial.sh # Initialize serialport
|
. serial.sh # Initialize serialport
|
||||||
. power.sh # Configure shutdown
|
. power.sh # Configure shutdown
|
||||||
. config.sh # Configure arguments
|
|
||||||
. memory.sh # Check available memory
|
. memory.sh # Check available memory
|
||||||
|
. config.sh # Configure arguments
|
||||||
. finish.sh # Finish initialization
|
. finish.sh # Finish initialization
|
||||||
|
|
||||||
trap - ERR
|
trap - ERR
|
||||||
|
|||||||
Reference in New Issue
Block a user