autoconf - various bug fixes in Swarm mode

This commit is contained in:
bunkerity
2021-07-30 17:08:54 +02:00
parent f866ef6325
commit 24d9cce82f
9 changed files with 46 additions and 10 deletions

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
# /etc/letsencrypt
if [ ! -r "/etc/letsencrypt" ] || [ ! -x "/etc/letsencrypt" ] ; then

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
# /etc/letsencrypt
if [ ! -w "/etc/letsencrypt" ] || [ ! -r "/etc/letsencrypt" ] || [ ! -x "/etc/letsencrypt" ] ; then