diff --git a/installer/resources/i2prouter b/installer/resources/i2prouter index 83e3f68d8..dc0f54e7a 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