Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
HaiSoft (public)
Plesk - Mail Autoconfig
Commits
712d7569
Unverified
Commit
712d7569
authored
May 29, 2018
by
MegaS0ra
Committed by
GitHub
May 29, 2018
Browse files
Fixed Apple configurator URL check
parent
855001c5
Changes
1
Hide whitespace changes
Inline
Side-by-side
plesk_mail_autoconfig.sh
View file @
712d7569
...
...
@@ -274,7 +274,7 @@ fi
echo
""
sleep
0.5
# Test Apple configurator
if
[
-n
"
$(
curl
-L
"
${
appleconfigurl
}
"
|
grep
"<form method=
\"
post
\"
action=
\"
iphon
e.xml
\"
>"
)
"
]
;
then
if
[
-n
"
$(
curl
-L
"
${
appleconfigurl
}
"
|
grep
"<form method=
\"
post
\"
action=
\"
appl
e.xml
\"
>"
)
"
]
;
then
fn_logecho
"[ OK ] Apple
${
appleconfigurl
}
is accessible"
else
fn_logecho
"[ Warning ] Apple
${
appleconfigurl
}
does not seem to be accessible"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment