From f97779bed700a5f1960aacef29e6420a3aa66eeb Mon Sep 17 00:00:00 2001 From: kytv <kytv@mail.i2p> Date: Mon, 21 Nov 2011 21:36:49 +0000 Subject: [PATCH] fix stupid typo by adding a missing ! (*facepalm*) --- installer/resources/i2prouter | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/resources/i2prouter b/installer/resources/i2prouter index 83e3f68d80..dc0f54e7a8 100644 --- a/installer/resources/i2prouter +++ b/installer/resources/i2prouter @@ -131,7 +131,7 @@ PLIST_DOMAIN=org.tanukisoftware.wrapper # Do not modify anything beyond this point #----------------------------------------------------------------------------- -if [ -e $WRAPPER_CONF ]; then +if [ ! -e $WRAPPER_CONF ]; then echo "Starting I2P Failed: Unable to find $WRAPPER_CONF" exit 1 fi -- GitLab