From fb0e5cc27dd806a908ad905b45980c439d2da89e Mon Sep 17 00:00:00 2001 From: Greg Price Date: Wed, 12 Nov 2008 13:37:04 -0500 Subject: [PATCH] make xvm-migrate-machine directly executable svn path=/trunk/scripts/; revision=1629 --- xvm-migrate-machine | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 xvm-migrate-machine diff --git a/xvm-migrate-machine b/xvm-migrate-machine old mode 100644 new mode 100755 index 5dc8894..83b4e37 --- a/xvm-migrate-machine +++ b/xvm-migrate-machine @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/python # Migrates the machine passed as arguments from the dev cluster. # To be run on the prod cluster. -- 1.7.9.5