Update arch_install.sh

This commit is contained in:
RomanNum3ral 2026-03-19 13:03:48 +00:00
parent 00ffdb60ea
commit b3b3559c24
1 changed files with 2 additions and 1 deletions

View File

@ -258,3 +258,4 @@ sudo -u http "${PHP_BIN}" "${NC_DIR}/occ" config:system:set memcache.locking --v
sudo -u http "${PHP_BIN}" "${NC_DIR}/occ" config:system:set redis --type=json --value="{\"host\":\"${KV_SOCK}\",\"port\":0,\"timeout\":1.5}" sudo -u http "${PHP_BIN}" "${NC_DIR}/occ" config:system:set redis --type=json --value="{\"host\":\"${KV_SOCK}\",\"port\":0,\"timeout\":1.5}"
log "Installation Complete!" log "Installation Complete!"
log "Please edit trusted domains at: /srv/http/nextcloud/config/config.php"