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:
authornachoparker <nacho@ownyourbits.com>2019-07-08 14:09:59 +0300
committernachoparker <nacho@ownyourbits.com>2019-07-18 12:55:39 +0300
commite4bd5feb665f1ba924887e4dcd7e1cca665898b7 (patch)
tree5de10a76d3f032e3638b1195e7e2bc75a531096f /bin/ncp/CONFIG/nc-nextcloud.sh
parent68b3f8a9b50e550b5d9a691f524b489d5eafb8df (diff)
move to buster/PHP7.3v1.15.0
Signed-off-by: nachoparker <nacho@ownyourbits.com>
Diffstat (limited to 'bin/ncp/CONFIG/nc-nextcloud.sh')
-rw-r--r--bin/ncp/CONFIG/nc-nextcloud.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/ncp/CONFIG/nc-nextcloud.sh b/bin/ncp/CONFIG/nc-nextcloud.sh
index b88c9f15..37c8bc0e 100644
--- a/bin/ncp/CONFIG/nc-nextcloud.sh
+++ b/bin/ncp/CONFIG/nc-nextcloud.sh
@@ -26,7 +26,7 @@ install()
$APTINSTALL lbzip2 iputils-ping jq
$APTINSTALL -t $RELEASE php-smbclient exfat-fuse exfat-utils # for external storage
$APTINSTALL -t $RELEASE php${PHPVER}-exif # for gallery
- #$APTINSTALL -t imagemagick php${PHPVER}-imagick # for gallery
+ #$APTINSTALL -t imagemagick php${PHPVER}-imagick ghostscript # for gallery
# POSTFIX
@@ -139,11 +139,11 @@ configure()
mkdir -p $OPCACHEDIR
chown -R www-data:www-data $OPCACHEDIR
- ## RE-CREATE DATABASE TABLE
+ ## RE-CREATE DATABASE TABLE
# launch mariadb if not already running (for docker build)
if ! pgrep -c mysqld &>/dev/null; then
echo "Starting mariaDB"
- mysqld &
+ mysqld &
fi
# wait for mariadb