Unverified Commit 720fa069 authored by Kroese's avatar Kroese Committed by GitHub
Browse files

Allow for gracefull shutdows

parent 871b5518
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@ _QEMU_SHUTDOWN_COUNTER=/run/qemu.counter
_trap(){
    func="$1" ; shift
    for sig ; do
        trap "$func $sig" "$sig"
        trap '$func $sig' "$sig"
    done
}