diff --git a/meta-digi-dey/recipes-core/busybox/busybox/standby b/meta-digi-dey/recipes-core/busybox/busybox/standby index 0ffb6f348..385bc3283 100755 --- a/meta-digi-dey/recipes-core/busybox/busybox/standby +++ b/meta-digi-dey/recipes-core/busybox/busybox/standby @@ -76,6 +76,8 @@ resume_interfaces() { # Resume NetworkManager after suspend ${NM_DAEMON} start + + exit_critical_section } enter_critical_section() { @@ -110,9 +112,7 @@ if [ -f "${syspower}" ]; then printf "mem" > ${syspower} # Post-resume actions - resume_interfaces - - exit_critical_section + resume_interfaces & else printf "\n[ERROR] File ${syspower} not found\n\n" fi