Skip to content

Commit

Permalink
chore: remove useless code
Browse files Browse the repository at this point in the history
  • Loading branch information
ansiz committed Dec 7, 2018
1 parent 61493a9 commit 607b84b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions runvm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -467,11 +467,7 @@ func_idv_start() {
done


args=""
for arg in ${QEMUArgs[@]}; do
args+=" $arg"
done
$QEMU $args
$QEMU ${QEMUArgs[@]}
if [ $? -ne 0 ]; then
echo "idv start failed"
func_sig_exit
Expand Down

0 comments on commit 607b84b

Please sign in to comment.