Skip to content

change bash to sh

Created by: presto53

Not all modern UNIX system have bash by default (FreeBSD as example). This change achieve same run method on various systems without need to change scripts after install or update. I think there is no need to use bash to do this simple job.

Merge request reports