summaryrefslogtreecommitdiff
path: root/doit.sh
diff options
context:
space:
mode:
Diffstat (limited to 'doit.sh')
-rwxr-xr-xdoit.sh2
1 files changed, 1 insertions, 1 deletions
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