x
[scripts/scripts.git] / backup.sh
index e2d401d..56031d6 100755 (executable)
--- a/backup.sh
+++ b/backup.sh
@@ -28,7 +28,6 @@ else
        exit 1
 fi
 
-echo  this
 if [ ! -z "$2" ] ; then
 if [ "$2" = "-backup_dir" -a -d $3 ] ; then
        echo "using $3 as a backup directory ..."
@@ -36,7 +35,6 @@ if [ "$2" = "-backup_dir" -a -d $3 ] ; then
 fi
 fi
 
-echo that
 # set kernel version(s) to store their .config
 if [ -d /usr/src/linux ] ; then
        kernel_num=`ls /usr/src/ | grep 'linux-' | awk -F- '{ print $2 }'`