diff options
author | Aaron Griffin <aaronmgriffin@gmail.com> | 2008-05-07 04:19:47 -0400 |
---|---|---|
committer | Aaron Griffin <aaronmgriffin@gmail.com> | 2008-05-07 04:19:47 -0400 |
commit | ebff7202e4c1c4d7e5f208659e9878082df73ced (patch) | |
tree | 925eb9a4ddf207ad4e00cc58620d4882c4afd8d2 /db-update | |
parent | 511759504993c858d977b649cd02cf7969811b57 (diff) |
Cleanup some debugging output
Leftovers - accidental commit
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
Diffstat (limited to 'db-update')
-rwxr-xr-x | db-update | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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: |