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

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

Executables get 755, not 744

While this may be the primary cause of the problem mentioned in ticket #1310,
plenty of other fixes/changes will be forthcoming.
parent e692e21d
No related branches found
No related tags found
No related merge requests found
...@@ -63,7 +63,7 @@ cp $wrapperpath/libwrapper.so ./lib/ ...@@ -63,7 +63,7 @@ cp $wrapperpath/libwrapper.so ./lib/
cp $wrapperpath/wrapper.jar ./lib/ cp $wrapperpath/wrapper.jar ./lib/
cp $wrapperpath/i2psvc . cp $wrapperpath/i2psvc .
rm -rf ./lib/wrapper rm -rf ./lib/wrapper
chmod 744 ./i2psvc chmod 755 ./i2psvc
echo echo
echo "Installation finished." echo "Installation finished."
......
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