tuned
tuned copied to clipboard
explicitly use /bin/bash for tuned scripts
/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).