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.
This commit is contained in:
kytv
2014-06-11 19:27:54 +00:00
parent e692e21dc9
commit ed85a2b82b

View File

@ -63,7 +63,7 @@ cp $wrapperpath/libwrapper.so ./lib/
cp $wrapperpath/wrapper.jar ./lib/
cp $wrapperpath/i2psvc .
rm -rf ./lib/wrapper
chmod 744 ./i2psvc
chmod 755 ./i2psvc
echo
echo "Installation finished."