*) better compatibility with OpenSolaris 5/07, updates should work now

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4050 6c8d7289-2bf4-0310-a012-ef5d649a1542
This commit is contained in:
low012 2007-08-17 15:26:34 +00:00
parent 3ea42f34bd
commit 694defb257

View File

@ -396,7 +396,7 @@ public final class yacyVersion implements Comparator, Comparable {
serverLog.logInfo("UPDATE", "INITIATED");
String script =
"cd " + sb.getRootPath() + "/DATA/RELEASE/" + serverCore.lfstring +
"tar xfz " + release + serverCore.lfstring +
"gunzip -c " + release + " | tar xf -" + serverCore.lfstring +
"while [ -e ../yacy.running ]; do" + serverCore.lfstring +
"sleep 1" + serverCore.lfstring +
"done" + serverCore.lfstring +