Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--install.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/install.sh b/install.sh
index 458810d1..40600c7c 100644
--- a/install.sh
+++ b/install.sh
@@ -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 <<<"