Add uacme.sh.patch

pull/38/head
Igor Zalatov (from Citadel PC) 2021-08-11 00:58:09 +03:00
parent a98258fffd
commit ee1099f766
1 changed files with 11 additions and 0 deletions
general/package/uacme-openipc

View File

@ -0,0 +1,11 @@
--- a/uacme.sh 2021-08-11 00:54:06.720473918 +0300
+++ b/uacme.sh 2021-08-11 00:53:57.168540420 +0300
@@ -16,7 +16,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-CHALLENGE_PATH="${UACME_CHALLENGE_PATH:-/var/www/.well-known/acme-challenge}"
+CHALLENGE_PATH="${UACME_CHALLENGE_PATH:-/tmp/.well-known/acme-challenge}"
ARGS=5
E_BADARGS=85