mirror of
https://github.com/nextcloud/nextcloudpi.git
synced 2026-01-09 14:42:01 -03:30
install: fix possible missing PATH
Signed-off-by: nachoparker <nacho@ownyourbits.com>
This commit is contained in:
parent
06005e12e9
commit
c1e1b65616
@ -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 <<<"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user