From ebff7202e4c1c4d7e5f208659e9878082df73ced Mon Sep 17 00:00:00 2001 From: Aaron Griffin Date: Wed, 7 May 2008 04:19:47 -0400 Subject: Cleanup some debugging output Leftovers - accidental commit Signed-off-by: Aaron Griffin --- db-update | 3 --- 1 file changed, 3 deletions(-) (limited to 'db-update') diff --git a/db-update b/db-update index 451d206..e88ab40 100755 --- a/db-update +++ b/db-update @@ -200,13 +200,10 @@ if [ $(/bin/ls "$WORKDIR/build/" 2>/dev/null | wc -l) != 0 ]; then echo "Copying new files to '$ftppath'" /bin/cp -r "$WORKDIR/build/"* "$ftppath" echo "Cleaning staging dir" - echo "/bin/rm $to_add $to_rem" /bin/rm $to_add $to_rem else echo "Nothing to copy, no work done" fi - - cleanup # vim: set ts=4 sw=4 noet ft=sh: -- cgit v1.2.3-24-g4f1b