Welcome to mirror list, hosted at ThFree Co, Russian Federation.

1.50.0.sh « updates - github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b09d2568a8766f4a5d8f83475cfb66c6e7cbaa03 (plain)
1
2
3
4
5
6
7
8
9
#!/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) &