X-Git-Url: https://git.madduck.net/code/vinst.git/blobdiff_plain/16bf1f77052875a9da2feab227ae0290b37f0cdb..0b7f92c7dc6c54c5ddc6057e8640ac909c721fe4:/vinst?ds=sidebyside diff --git a/vinst b/vinst index f5eb790..6b6ca5d 100755 --- a/vinst +++ b/vinst @@ -201,6 +201,6 @@ virt-install --connect=$QEMU_URI \ virsh --connect=$QEMU_URI console $HOSTNAME -if [ $RESTART = 1]; then +if [ $RESTART = 1 ]; then virsh --connect=$QEMU_URI "start $HOSTNAME; console $HOSTNAME" fi