From c484b8369cbf27919978792d2f2266b4bde72e63 Mon Sep 17 00:00:00 2001 From: dakkar Date: Mon, 17 Aug 2009 15:49:20 +0200 Subject: fix filedesc --- doit.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doit.sh') diff --git a/doit.sh b/doit.sh index a0ba6a5..e03fb45 100755 --- a/doit.sh +++ b/doit.sh @@ -12,7 +12,7 @@ if [[ $! -eq 0 && -z "$*" ]]; then rsync -r output/ /var/www/localhost/htdocs/ rsync -r additions/ /var/www/localhost/htdocs/ else - echo "Something wrong: $!" >2 + echo "Something wrong: $!" >&2 fi -- cgit v1.2.3