From 617431aa57065a194f42b0f7ad3e08c2de056ffd Mon Sep 17 00:00:00 2001 From: Santeri Date: Wed, 5 Jul 2017 00:56:51 +0400 Subject: [PATCH] Removed the extra white space --- deploy/cpanel.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/cpanel.sh b/deploy/cpanel.sh index 54cc0224..000f9112 100644 --- a/deploy/cpanel.sh +++ b/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