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