From c2294c55d2efe00b0ba4a084eb3b50982a4c449e Mon Sep 17 00:00:00 2001 From: alarig Date: Thu, 24 Jan 2019 16:20:40 +0100 Subject: [PATCH] =?UTF-8?q?We=20don=E2=80=99t=20need=20this=20wrapper=20an?= =?UTF-8?q?ymore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- qm-migration-wrapper.sh | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 qm-migration-wrapper.sh diff --git a/qm-migration-wrapper.sh b/qm-migration-wrapper.sh deleted file mode 100644 index cdb5333..0000000 --- a/qm-migration-wrapper.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh - -qm migrate $@ - -if [ $? = 0 ]; then - ssh root@$2 "./creationRoutesVM.sh $1" -fi