fix bashim in i2prouter

This commit is contained in:
kytv
2013-07-17 19:45:43 +00:00
parent 2902a708f9
commit 175cb0817e
2 changed files with 2 additions and 2 deletions

View File

@@ -29,7 +29,7 @@
# should have been replaced by the izpack installer.
# If you did not run the installer, replace them with the appropriate paths.
I2P="%INSTALL_PATH"
if [ "`uname -s`" == "Darwin" ]; then
if [ "`uname -s`" = "Darwin" ]; then
if [ -d "%USER_HOME/Library/Application Support" ]; then
I2P_CONFIG_DIR="%USER_HOME/Library/Application Support/i2p"
else