summaryrefslogtreecommitdiff
path: root/doit.sh
diff options
context:
space:
mode:
Diffstat (limited to 'doit.sh')
-rwxr-xr-xdoit.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/doit.sh b/doit.sh
index b94d558..a0ba6a5 100755
--- a/doit.sh
+++ b/doit.sh
@@ -11,5 +11,8 @@ $command -s src/ -d output -I templates/ "$@"
if [[ $! -eq 0 && -z "$*" ]]; then
rsync -r output/ /var/www/localhost/htdocs/
rsync -r additions/ /var/www/localhost/htdocs/
+else
+ echo "Something wrong: $!" >2
fi
+