From 66f31ff35d124f51655188c3433e2a74354504f0 Mon Sep 17 00:00:00 2001 From: Bin Xu Date: Fri, 13 Oct 2017 10:03:57 +0800 Subject: [PATCH] Make dbstat.py script could run by itself. --- xCAT-probe/scripts/dbstats.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 xCAT-probe/scripts/dbstats.py diff --git a/xCAT-probe/scripts/dbstats.py b/xCAT-probe/scripts/dbstats.py old mode 100644 new mode 100755 index 69187fe76..1a74c3419 --- a/xCAT-probe/scripts/dbstats.py +++ b/xCAT-probe/scripts/dbstats.py @@ -1,5 +1,5 @@ +#!/usr/bin/env python # -*- encoding: utf-8 -*- -# !/usr/bin/python from __future__ import print_function import argparse import json