Sophie

Sophie

distrib > Mandriva > 2010.1 > x86_64 > by-pkgid > 67d77418c34d36eb97fa1f57ee8f9999 > files > 1

asterisknow-0-0.r4980.2mdv2010.0.src.rpm

--- scripts/mastercsvexists.orig	2009-03-10 22:35:23.000000000 +0100
+++ scripts/mastercsvexists	2009-03-10 22:35:34.000000000 +0100
@@ -3,10 +3,10 @@
 MASTERCSV="/var/log/asterisk/cdr-csv/Master.csv"
 STATICHTTP="/var/lib/asterisk/static-http/"
 
-if [ `whoami` != "root" ]; then
-	echo "Error: You must be root to run this script."
-	exit 1
-fi
+#if [ `whoami` != "root" ]; then
+#	echo "Error: You must be root to run this script."
+#	exit 1
+#fi
 
 if [ -f /var/log/asterisk/cdr-csv/Master.csv ]; then
 	if [ ! -f $STATICHTTP`basename $MASTERCSV` ]; then