#!/bin/sh qm migrate $@ if [ $? = 0 ]; then ssh root@$2 "./creationRoutesVM.sh $1" fi