forked from I2P_Developers/i2p.i2p
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/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."
|
||||||
|
Reference in New Issue
Block a user