From 28f6336c2ca810e680752b557fc057c1e2b38575 Mon Sep 17 00:00:00 2001 From: Ghost1227 Date: Mon, 9 Nov 2009 07:26:27 -0600 Subject: [PATCH] Initial commit --- src/cdm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cdm b/src/cdm index e6e2fa7..5e703b2 100755 --- a/src/cdm +++ b/src/cdm @@ -35,7 +35,7 @@ if [[ $EUID -eq 0 ]]; then fi # Source cdm configuration -if [ -f /etc/cmdrc ]; then +if [ -f /etc/cdmrc ]; then source /etc/cdmrc else echo -e "${error} ERROR: A valid cdm configuration was not found!${reset}"