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
|
# 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"
|
echo "Starting I2P Failed: Unable to find $WRAPPER_CONF"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user