I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit f97779be authored by kytv's avatar kytv
Browse files

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

parent f4f58736
No related branches found
No related tags found
No related merge requests found
...@@ -131,7 +131,7 @@ PLIST_DOMAIN=org.tanukisoftware.wrapper ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment