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: 9aa6cd78a91123229d653d97af24f0ae4d22d796 (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
bash -c "sleep 6; service php${PHPVER}-fpm restart" &>/dev/null &