install: fix possible missing PATH

Signed-off-by: nachoparker <nacho@ownyourbits.com>
This commit is contained in:
nachoparker 2019-09-09 21:48:10 -06:00
parent 06005e12e9
commit c1e1b65616

View File

@ -22,6 +22,8 @@ trap "rm -rf \"${TMPDIR}\" ; exit 0" 0 1 2 3 15
exit 1
}
export PATH="/usr/local/sbin:/usr/sbin:/sbin:${PATH}"
# check installed software
type mysqld &>/dev/null && echo ">>> WARNING: existing mysqld configuration will be changed <<<"