From 53213bb5538beac5220eeba6aae8f3ee2ae6f169 Mon Sep 17 00:00:00 2001 From: hypercubus <hypercubus> Date: Thu, 26 Aug 2004 14:48:10 +0000 Subject: [PATCH] fixed relative path problem so 'i2psvc' can be found --- installer/resources/i2prouter | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/resources/i2prouter b/installer/resources/i2prouter index ebf5f01b71..ec86420d0f 100644 --- a/installer/resources/i2prouter +++ b/installer/resources/i2prouter @@ -17,7 +17,7 @@ APP_NAME="i2p" APP_LONG_NAME="I2P Service" # Wrapper -WRAPPER_CMD="i2psvc" +WRAPPER_CMD="./i2psvc" WRAPPER_CONF="wrapper.conf" # Priority at which to run the wrapper. See "man nice" for valid priorities. -- GitLab