Commit 147cb27f authored by w4t's avatar w4t

wtserver 0.49

parent 1c5c826e
......@@ -63,7 +63,7 @@ InstallNextcloud() {
apt_install php8.2 php8.2-fpm php8.2-cli php8.2-sqlite php8.2-gd php8.2-imap php8.2-curl php-pear curl \
php8.2-dev memcached php-memcached php8.2-xml php8.2-mbstring php8.2-zip php8.2-apcu \
php8.2-fpm php8.2-mysql php8.2-xsl php8.2-gmp php8.2-bcmath php8.2-cgi php-php-gettext libxml2-dev \
php8.2-intl php8.2-imagick php8.2-common php8.2-opcache php8.2-readline php8.2
php8.2-intl php8.2-imagick php8.2-common php8.2-opcache php8.2-readline php8.2 rsyslog
echo -e "[${green}DONE${NC}]"
# Enable APC before Nextcloud tools are run
......@@ -434,7 +434,7 @@ EOF
sudo -u www-data php8.2 -f $CLOUD_DIR/occ config:app:set dav sendEventRemindersMode --value occ >> $PROGRAMS_INSTALL_LOG_FILES 2>&1
# Run the maintenance command
sudo -u www-data php8.2 $CLOUD_DIR/occ maintenance:repair --include-expensive
sudo -u www-data php8.2 $CLOUD_DIR/occ maintenance:repair --include-expensive occ >> $PROGRAMS_INSTALL_LOG_FILES 2>&1
# Set the config to read-only
#sed -i'' "s/'config_is_read_only'\s*=>\s*false/'config_is_read_only' => true/" "$STORAGE_ROOT/owncloud/config.php"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment