mirror of
https://github.com/outbackdingo/firmware.git
synced 2026-01-27 18:18:57 +00:00
Safely exiting in case of error (#1421)
This commit is contained in:
@@ -21,6 +21,7 @@ echo_c() {
|
||||
die() {
|
||||
echo_c 31 "$1 Aborting."
|
||||
reboot_system
|
||||
exit 1
|
||||
}
|
||||
|
||||
check_soc() {
|
||||
|
||||
Reference in New Issue
Block a user