diff options
author | root <root@ire.retiolum> | 2013-01-29 18:57:49 +0100 |
---|---|---|
committer | root <root@ire.retiolum> | 2013-01-29 18:57:49 +0100 |
commit | c17d13380945c0909adeddd2375c1c9c8aa26782 (patch) | |
tree | ebb5aa23c4277c64c412cffda468973418076624 /services/Makefile | |
parent | 96d04da93bcbd42e8d1b419fea659e5eb8764437 (diff) |
//services test-server: log only if debug_log == 'true'
Diffstat (limited to 'services/Makefile')
-rw-r--r-- | services/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/services/Makefile b/services/Makefile index 61e0f529..37931f47 100644 --- a/services/Makefile +++ b/services/Makefile @@ -1,5 +1,6 @@ help:;@cat Makefile export authorized_keys_file := authorized_keys +export debug_log := true export services_file := services.txt export host_key_file := test.key export services_home := /opt/services |