diff --git a/{{cookiecutter.plugin_name}}/move_template_files.sh b/{{cookiecutter.plugin_name}}/move_template_files.sh index e3448ad..05bb337 100644 --- a/{{cookiecutter.plugin_name}}/move_template_files.sh +++ b/{{cookiecutter.plugin_name}}/move_template_files.sh @@ -1,6 +1,6 @@ #!/bin/sh -if ! command -v rsync &> /dev/null; then +if ! command -v rsync >/dev/null 2>&1; then echo "rsync required, but not installed!" exit 1 else