mirror of
https://github.com/nextcloud/nextcloudpi.git
synced 2026-01-10 15:12:01 -03:30
10 lines
156 B
Bash
10 lines
156 B
Bash
#!/bin/bash
|
|
|
|
set -e
|
|
export NCPCFG=/usr/local/etc/ncp.cfg
|
|
source /usr/local/etc/library.sh
|
|
|
|
|
|
clear_opcache
|
|
(sleep 5 && service "php${PHPVER}-fpm" restart) &
|