Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions nextcloud_update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1210,6 +1210,10 @@ then
print_text_in_color "$ICyan" "Nextcloud crontab updated to run every 5 minutes."
fi

# Update opcache.interned_strings_buffer
sed -i "s|opcache.interned_strings_buffer=.*|opcache.interned_strings_buffer="$opcache_interned_strings_buffer_value"|g" $PHP_INI
restart_webserver

# Change owner of $BACKUP folder to root
chown -R root:root "$BACKUP"

Expand Down