[freenet-cvs] r19649 - trunk/apps/new_installer/res/unix/bin

toad at freenetproject.org toad at freenetproject.org
Thu May 1 15:06:24 UTC 2008


Author: toad
Date: 2008-05-01 15:06:24 +0000 (Thu, 01 May 2008)
New Revision: 19649

Modified:
   trunk/apps/new_installer/res/unix/bin/remove_cronjob.sh
Log:
Fix remove_cronjob.sh.

Modified: trunk/apps/new_installer/res/unix/bin/remove_cronjob.sh
===================================================================
--- trunk/apps/new_installer/res/unix/bin/remove_cronjob.sh	2008-05-01 14:54:15 UTC (rev 19648)
+++ trunk/apps/new_installer/res/unix/bin/remove_cronjob.sh	2008-05-01 15:06:24 UTC (rev 19649)
@@ -4,7 +4,7 @@
 if grep -F crontab.tmp "@reboot   \"$INSTALL_PATH/run.sh\" start"
 then
 	echo Found service in crontab, removing it...
-	cat crontab.tmp | grep -v -F "@reboot   \"$INSTALL_PATH/run.sh\" start" > crontab.tmp.new
+	cat crontab.tmp | grep -v -F "@reboot   \"$INSTALL_PATH/run.sh\" start" - > crontab.tmp.new
 	crontab crontab.tmp.new
 fi
 rm -f crontab.tmp crontab.tmp.new




More information about the cvs mailing list