From 1229b74427843af749fe74edf446166dadd8cb85 Mon Sep 17 00:00:00 2001 From: Sol Jerome Date: Fri, 29 Apr 2011 10:37:17 -0500 Subject: bcfg2: Fix typos Signed-off-by: Sol Jerome (cherry picked from commit beb08649193f2c799017024bb738dc31b3420cb2) --- src/sbin/bcfg2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/sbin/bcfg2 b/src/sbin/bcfg2 index c287967a0..7f7d8f5c6 100755 --- a/src/sbin/bcfg2 +++ b/src/sbin/bcfg2 @@ -137,8 +137,8 @@ class Client: script.write(probe.text) script.close() os.close(scripthandle) - os.chmod(script.name, stat.S_IRUSR | stat.IRGRP | stat.IROTH | - stat.S_IXUSR | stat.IXGRP | stat.IXOTH | + os.chmod(script.name, stat.S_IRUSR | stat.S_IRGRP | stat.S_IROTH | + stat.S_IXUSR | stat.S_IXGRP | stat.S_IXOTH | stat.S_IWUSR) # 0755 ret.text = os.popen(script.name).read().strip() self.logger.info("Probe %s has result:\n%s" % (name, ret.text)) -- cgit v1.2.3-1-g7c22