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 'bin/ncp/CONFIG/nc-init.sh')
-rw-r--r--bin/ncp/CONFIG/nc-init.sh14
1 files changed, 6 insertions, 8 deletions
diff --git a/bin/ncp/CONFIG/nc-init.sh b/bin/ncp/CONFIG/nc-init.sh
index e7a7b808..629e88ac 100644
--- a/bin/ncp/CONFIG/nc-init.sh
+++ b/bin/ncp/CONFIG/nc-init.sh
@@ -30,13 +30,11 @@ configure()
fi
# wait for mariadb
- pgrep -x mysqld &>/dev/null || {
- echo "mariaDB process not found. Waiting..."
- while :; do
- [[ -S /run/mysqld/mysqld.sock ]] && break
- sleep 0.5
- done
- }
+ while :; do
+ [[ -S /run/mysqld/mysqld.sock ]] && break
+ sleep 0.5
+ done
+ sleep 1
# workaround to emulate DROP USER IF EXISTS ..;)
local DBPASSWD=$( grep password /root/.my.cnf | sed 's|password=||' )
@@ -159,8 +157,8 @@ EOF
# ncp-previewgenerator
cp -r /var/www/ncp-previewgenerator /var/www/nextcloud/apps/previewgenerator
- ncc app:enable previewgenerator
chown www-data:www-data /var/www/nextcloud/apps/previewgenerator
+ ncc app:enable previewgenerator
# previews
ncc config:app:set previewgenerator squareSizes --value="32 256"