- added setting of access rights for executable scripts after auto-installation

The correct access right was missing expecially for bin/apicall.sh

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6769 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
orbiter 15 years ago
parent 21fcbcc35f
commit e12f1fd821

@ -560,6 +560,8 @@ public final class yacyRelease extends yacyVersion {
""
) +*/
"cd " + apphome + serverCore.LF_STRING +
"chmod 755 *.sh" + serverCore.LF_STRING + // tarTools does not keep access/execute right
"chmod 755 bin/*.sh" + serverCore.LF_STRING +
"nohup ./startYACY.sh > /dev/null" + serverCore.LF_STRING;
scriptFileName = "update.sh";
}

Loading…
Cancel
Save