upload.sh: Remove debug output

This commit is contained in:
Jan Lindemann 2004-02-07 22:58:16 +00:00 committed by Jan Lindemann
commit 3fe9ba1146

View file

@ -168,7 +168,6 @@ ssh_mkdir()
parts="/ `echo $dir | sed -e 's%/% %g'`"
test -n "$dir_mode" && MODE="-m $dir_mode"
cat << EOT |
echo creating $parts
for part in $parts; do
path="\$path/\$part"
if [ ! -d \$path ]; then