aaronhurt / zfs-replicate

POSIX compliant shell script to manage ZFS snapshot replication locally, or between hosts.
72 stars 17 forks source link

Syntax error: "(" unexpected (expecting "}") #12

Closed drschwabe closed 9 years ago

drschwabe commented 9 years ago

Script throws this error on Ubuntu 14.04:

zfs-replicate.sh: 13: zfs-replicate.sh: Syntax error: "(" unexpected (expecting "}")
aaronhurt commented 9 years ago

This script will only work under actual GNU Bash. Ubuntu likes to use dash instead of bash. Please make sure you are actually using Bash on your system.