tuned icon indicating copy to clipboard operation
tuned copied to clipboard

explicitly use /bin/bash for tuned scripts

Open evgeni opened this issue 5 years ago • 0 comments

/bin/sh is bash on Red Hat/Fedora, but other distributions (especially Debian/Ubuntu based ones) have other (POSIX compatible) shells there. Let's explicitly use /bin/bash for things that use bash features (the functions file uses some, for example).

evgeni avatar Dec 26 '20 19:12 evgeni