diff options
| author | Alon Levy <alon@pobox.com> | 2015-08-15 14:59:47 +0300 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2015-08-15 18:04:45 +0300 |
| commit | dab4cb9df78d8b2f312d35c6da38f1e203a6aa93 (patch) | |
| tree | b4d7052f1d5cd7aae84b9e20f9bd974c9462d69c /src/local/server-tools/rz.py | |
| parent | c050841587105fe29d397a6b2ce3590d8bc802a8 (diff) | |
server-tools: fixes for install location in /usr/lib/rhizi/{tools/server-tools,rhizi-server}
Diffstat (limited to 'src/local/server-tools/rz.py')
| -rw-r--r-- | src/local/server-tools/rz.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/local/server-tools/rz.py b/src/local/server-tools/rz.py index fd989be4..f23628ba 100644 --- a/src/local/server-tools/rz.py +++ b/src/local/server-tools/rz.py @@ -21,7 +21,7 @@ import os # to work both from source dir and from deployment dir path = None -for postfix in [['..', 'bin'], ['..', '..', 'server']]: +for postfix in [['..', 'bin'], ['..', '..', 'server'], ['..', '..', 'rhizi-server']]: candidate = os.path.join(*([os.path.dirname(__file__)] + postfix)) if os.path.exists(candidate): path = candidate |
