diff options
author | root <root@krebs> | 2011-09-25 02:55:34 +0200 |
---|---|---|
committer | root <root@krebs> | 2011-09-25 02:55:34 +0200 |
commit | f183a3cc4ef59668c24d4268df9690f88092b0f4 (patch) | |
tree | b2514061e19351f4cfe1471866fa5f99156b1b70 /Reaktor/UDP | |
parent | a30932e4c793ceb2c813986bd84e8f99d1dc84a5 (diff) |
Reaktor/UDP: fix bug in config
update Path to actual script
Diffstat (limited to 'Reaktor/UDP')
-rw-r--r-- | Reaktor/UDP/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Reaktor/UDP/config b/Reaktor/UDP/config index 34f0d0bc..623c721c 100644 --- a/Reaktor/UDP/config +++ b/Reaktor/UDP/config @@ -6,7 +6,7 @@ "pattern" : "", "action" : { "PROCESS" : { - "path" : "/krebs/Reaktor/UDP/licht_resolver", + "path" : "/krebs/Reaktor/udp_commands/licht_resolver", "argv" : [ ], "envp" : { } } |