X-Git-Url: https://rtime.felk.cvut.cz/gitweb/novaboot.git/blobdiff_plain/17e526ccf64b3d4bdb42f029ddc0b1939fe65605..939b83b12b95e44031e85883354cae18498c8506:/server/novaboot-shell diff --git a/server/novaboot-shell b/server/novaboot-shell index bd16c44..72d6d1d 100755 --- a/server/novaboot-shell +++ b/server/novaboot-shell @@ -122,7 +122,7 @@ run_subcommand() { "console") run_console "${console_cmd:?}";; "reset") - eval exec "${reset_cmd:?}";; + eval "${reset_cmd:?}";; "rsync --server "*" . .") if ! [ $# -eq 5 -o \( $# -eq 6 -a "$4" = '--log-format=X' \) ]; then die "Unexpected rsync invocation: $*"