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: 2765b4ed0848267640b95aa4843bcdcf60141de5 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/bash

set -e
export NCPCFG=/usr/local/etc/ncp.cfg
source /usr/local/etc/library.sh


service "php${PHPVER}-fpm" stop
clear_opcache
service "php${PHPVER}-fpm" start