2👍
The solution turned out to be quite simple. I just had to change the shebang.
from: #!/bin/sh
to: #!/bin/bash
Source:stackexchange.com
2👍
The solution turned out to be quite simple. I just had to change the shebang.
from: #!/bin/sh
to: #!/bin/bash