From 2b58e389079cfba0ad7567f6e59fb7840f1e9971 Mon Sep 17 00:00:00 2001 From: Aaron Bieber Date: Tue, 24 Sep 2019 06:31:04 -0600 Subject: [PATCH] line break --- boxctl.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/boxctl.sh b/boxctl.sh index be1483b..7e097b1 100755 --- a/boxctl.sh +++ b/boxctl.sh @@ -170,8 +170,8 @@ EOF msg 2 "\t\tchmod ${_mode} $_dest" _scp $_src "${RUN_USER}@${SERVER}:$_dest" - _ssh ${RUN_USER}@${SERVER} "/sbin/chown ${_owner}:${_group} $_dest; \ - /bin/chmod ${_mode} $_dest" + _ssh ${RUN_USER}@${SERVER} "/sbin/chown ${_owner}:${_group} \ + $_dest; /bin/chmod ${_mode} $_dest" done fi