diff --git a/installer/install.xml b/installer/install.xml index 2ee251e782..7e77951a28 100644 --- a/installer/install.xml +++ b/installer/install.xml @@ -187,7 +187,7 @@ - + diff --git a/installer/resources/install_i2p_service_osx.command b/installer/resources/install_i2p_service_osx.command index e8d92b0813..95da7aedc0 100644 --- a/installer/resources/install_i2p_service_osx.command +++ b/installer/resources/install_i2p_service_osx.command @@ -5,7 +5,7 @@ # Author: Meeh cd "$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" shfile="tmp$$.sh" -echo -n 'cat `pwd`/net.i2p.router.plist |' > `pwd`/$shfile +echo -n 'cat `pwd`/net.i2p.router.plist.template |' > `pwd`/$shfile echo -n "sed 's#USERNAME#`whoami`#' " >> `pwd`/$shfile echo -n '| sed "s#COMMAND#`pwd`/i2prouter#" | sed "s#I2PPATH#`pwd`/#" > /Library/LaunchDaemons/net.i2p.router.plist' >> `pwd`/$shfile chmod +x `pwd`/$shfile