forked from I2P_Developers/i2p.i2p
fix stupid typo by adding a missing ! (*facepalm*)
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user