[freenet-cvs] r18956 - trunk/apps/installer/installclasspath/linux
toad at freenetproject.org
toad at freenetproject.org
Thu Apr 3 14:50:08 UTC 2008
Author: toad
Date: 2008-04-03 14:50:07 +0000 (Thu, 03 Apr 2008)
New Revision: 18956
Modified:
trunk/apps/installer/installclasspath/linux/update.sh
Log:
<nextgens> you forgot a then
Modified: trunk/apps/installer/installclasspath/linux/update.sh
===================================================================
--- trunk/apps/installer/installclasspath/linux/update.sh 2008-04-03 14:43:49 UTC (rev 18955)
+++ trunk/apps/installer/installclasspath/linux/update.sh 2008-04-03 14:50:07 UTC (rev 18956)
@@ -142,7 +142,7 @@
if cmp freenet.jar download-temp/freenet-$RELEASE-latest.jar
then
# freenet.jar is up to date
- if cmp download-temp/freenet-ext.jar freenet-ext.jar
+ if cmp download-temp/freenet-ext.jar freenet-ext.jar then
echo Your node is up to date
else
echo Restarting node because freenet-ext.jar updated.
More information about the cvs
mailing list