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

github.com/nextcloud/vm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Hansson <github@techandme.se>2018-08-13 22:26:31 +0300
committerGitHub <noreply@github.com>2018-08-13 22:26:31 +0300
commitd73116654faa84a41cebed2903a98b93f2369523 (patch)
tree1d306f3a6dea1dab3c142481e4460b58b6ed1997 /lets-encrypt
parent6e93b3bbd99a8618a59e7c6379b2a9ab195cad04 (diff)
Introduce 'docker_prune_this' & 'docker_prune_except_this' (#628)
Diffstat (limited to 'lets-encrypt')
-rw-r--r--lets-encrypt/activate-ssl.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/lets-encrypt/activate-ssl.sh b/lets-encrypt/activate-ssl.sh
index e8a9dfad..e34ca847 100644
--- a/lets-encrypt/activate-ssl.sh
+++ b/lets-encrypt/activate-ssl.sh
@@ -19,10 +19,10 @@ root_check
if [ -f "$PHP_POOL_DIR"/nextcloud.conf ]
then
sleep 0.1
-elif dpkg -s php7.2-fpm | grep "Status: install ok installed" & >/dev/null
+elif dpkg -s php7.2-fpm | grep "Status: install ok installed" &>/dev/null
then
sleep 0.1
-elif dpkg -s php-fpm | grep "Status: install ok installed" & > /dev/null
+elif dpkg -s php-fpm | grep "Status: install ok installed" &>/dev/null
then
sleep 0.1
else