Many of your scripts are not posix compliant. Fixes are changing the shebang to #!/bin/bash or replacing bashisms with posix compliant code.
#!/bin/bash
Log in to post a comment.