We don’t need this wrapper anymore

This commit is contained in:
Alarig Le Lay 2019-01-24 16:20:40 +01:00
parent f2ad8b19cf
commit c2294c55d2
1 changed files with 0 additions and 7 deletions

View File

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