remove debug output to STDERR
[BackupPC.git] / init.d / src / gentoo-backuppc
index 98d3cf6..4de84ba 100755 (executable)
@@ -14,7 +14,7 @@ source /etc/conf.d/backuppc
 
 checkconfig() {
        if [ ! -f ${CONF_FILE} ] ; then
-               eeror "No ${CONF_FILE} exists!"
+               eerror "No ${CONF_FILE} exists!"
        fi
 }