fix stupid typo by adding a missing ! (*facepalm*)

This commit is contained in:
kytv
2011-11-21 21:36:49 +00:00
parent f4f5873692
commit f97779bed7

View File

@@ -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