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:
@ -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."
|
||||
|
Reference in New Issue
Block a user