diff options
Diffstat (limited to 'services')
-rw-r--r-- | services/Makefile | 2 | ||||
-rwxr-xr-x[-rw-r--r--] | services/test-server.py (renamed from services/test.py) | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/services/Makefile b/services/Makefile index 3ef670a3..61e0f529 100644 --- a/services/Makefile +++ b/services/Makefile @@ -32,7 +32,7 @@ test-client: ssh localhost -p 1337 2>/dev/null test-server: - python test.py + ./test-server.py $(host_key_file): ssh-keygen -t rsa -P '' -f $@ diff --git a/services/test.py b/services/test-server.py index 06340a54..ce8fbaa4 100644..100755 --- a/services/test.py +++ b/services/test-server.py @@ -1,4 +1,4 @@ -#! /usr/bin/env python +#! /usr/bin/env python2 from os import environ as env |