Issue #264: This attempts to fix the /etc/opt and put the binary
linked into /bin
Note: I can't seem to find the right combination of packages for
getting package.sh to run, so I haven't been able to test this.
The test to see which version of `useradd` is installed uses 'bashisms'
that fail on Ubuntu due to the fact that `/bin/sh` is symlinked to Dash,
causing the telegraf account to be created without the `--system` option
ever being passed.
This change amends the syntax so that it's POSIX-compatible and more
portable as a result.