Browse Source

Removed the extra white space

pull/930/head
Santeri 8 years ago
committed by GitHub
parent
commit
617431aa57
  1. 2
      deploy/cpanel.sh

2
deploy/cpanel.sh

@ -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

Loading…
Cancel
Save