fix: Processor (#286)

* fix: Processor
This commit is contained in:
Kroese 2023-12-29 18:31:51 +01:00 committed by GitHub
parent bb5921e9e1
commit 4564cdc850
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View file

@ -12,7 +12,7 @@ cd /run
. display.sh # Initialize graphics
. network.sh # Initialize network
. boot.sh # Configure boot
. cpu.sh # Initialize processor
. proc.sh # Initialize processor
. config.sh # Configure arguments
trap - ERR