This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
evolix
/
evoadmin-web
Watch
15
Star
0
Fork
0
Code
Issues
30
Pull Requests
5
Releases
0
Wiki
Activity
Browse Source
create the acme-challenge subfolder correctly for the HTTP challenge
pull/63/head
Nicolas Roman
1 year ago
parent
27b449fd98
commit
78d0293b44
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
scripts/web-add.sh
+ 1
- 1
scripts/web-add.sh
View File
@ -942,7 +942,7 @@ op_managehttpchallengefile() {
if
[
"
$action
"
=
"create"
]
;
then
if
[
! -d
"
$folder
"
]
;
then
mkdir
"
$folder
"
mkdir
-p
"
$folder
"
fi
if
[
! -f
"
$folder
/
$file
"
]
;
then
touch
"
$folder
/
$file
"
Write
Preview
Loading…
Cancel
Save