summaryrefslogtreecommitdiffstats
path: root/src/com.gluster.storage.management.gateway.scripts
diff options
context:
space:
mode:
authorSelvasundaram <selvam@gluster.com>2011-08-11 20:53:48 +0530
committerSelvasundaram <selvam@gluster.com>2011-08-11 20:53:48 +0530
commit16d926ab7bc04225032febb9c6f98c9f4f15c01d (patch)
treee1e045ad54c1267e535f2461057d35f94fab0466 /src/com.gluster.storage.management.gateway.scripts
parentde61fdab795233fd60ad68856cd706aaa885364d (diff)
parent08940e6174d977e5dd8113a89d77408c67bfe441 (diff)
Merge branch 'master' of github.com:gluster/console
Diffstat (limited to 'src/com.gluster.storage.management.gateway.scripts')
-rwxr-xr-xsrc/com.gluster.storage.management.gateway.scripts/src/gateway/add_user_cifs_all.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/com.gluster.storage.management.gateway.scripts/src/gateway/add_user_cifs_all.py b/src/com.gluster.storage.management.gateway.scripts/src/gateway/add_user_cifs_all.py
index a54685fa..33adea0b 100755
--- a/src/com.gluster.storage.management.gateway.scripts/src/gateway/add_user_cifs_all.py
+++ b/src/com.gluster.storage.management.gateway.scripts/src/gateway/add_user_cifs_all.py
@@ -73,6 +73,7 @@ def main():
if not uid:
uid = getLastUid()
if not uid:
+ sys.stderr.write("Unable to read file %s\n" % Globals.CIFS_USER_FILE)
sys.exit(10)
uid += 1
else: