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
46e9072f
Commit
46e9072f
authored
Jun 19, 2018
by
Benoît
Browse files
Removed unneeded variable
parent
2b242d4d
Changes
1
Show whitespace changes
Inline
Side-by-side
plesk_mail_autoconfig.sh
View file @
46e9072f
...
...
@@ -149,6 +149,18 @@ if [ ! -f "${applewebpagepath}" ]; then
touch
"
${
applewebpagepath
}
"
fi
if
[
!
-f
"
${
appleformfrpath
}
"
]
;
then
fn_logecho
"[INFO] Creating Apple french form"
fn_logecho
"
${
appleformfrpath
}
"
touch
"
${
appleformfrpath
}
"
fi
if
[
!
-f
"
${
appleformenpath
}
"
]
;
then
fn_logecho
"[INFO] Creating Apple english form"
fn_logecho
"
${
appleformenpath
}
"
touch
"
${
appleformenpath
}
"
fi
if
[
!
-f
"
${
applemobileconfpathfile
}
"
]
;
then
fn_logecho
"[ INFO ] Creating Apple mobileconfig file"
fn_logecho
"
${
applemobileconfpathfile
}
"
...
...
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