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:
Diffstat (limited to 'etc/ncp-config.d/nc-nextcloud.sh')
-rw-r--r--etc/ncp-config.d/nc-nextcloud.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/etc/ncp-config.d/nc-nextcloud.sh b/etc/ncp-config.d/nc-nextcloud.sh
index 7c9c8398..fc75b6e9 100644
--- a/etc/ncp-config.d/nc-nextcloud.sh
+++ b/etc/ncp-config.d/nc-nextcloud.sh
@@ -165,10 +165,9 @@ configure()
chown -R www-data:www-data $OPCACHEDIR
## RE-CREATE DATABASE TABLE
- echo "Starting mariaDB"
-
# launch mariadb if not already running (for docker build)
if ! pgrep -c mysqld &>/dev/null; then
+ echo "Starting mariaDB"
mysqld &
fi