Removed the extra white space

This commit is contained in:
Santeri 2017-07-05 00:56:51 +04:00 committed by GitHub
parent ad1aef84ca
commit 617431aa57

View File

@ -34,7 +34,7 @@ cpanel_deploy() {
_debug _cert "$_cert"
_debug _key "$_key"
if [ "$(id -u)" = 0 ]; then
if [ "$(id -u)" = 0 ]; then
_opt="--user=$DEPLOY_CPANEL_USER"
_debug _opt "$_opt"
fi