Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/bareos/python-bareos.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/bareos-fd-connect.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/bareos-fd-connect.py b/bin/bareos-fd-connect.py
index 7998638..00a7fbb 100755
--- a/bin/bareos-fd-connect.py
+++ b/bin/bareos-fd-connect.py
@@ -43,6 +43,6 @@ if __name__ == '__main__':
sys.exit(1)
logger.debug( "authentication successful" )
if args.command:
- bsock.call(args.command)
+ print(bsock.call(args.command))
else:
bsock.interactive()