line break

This commit is contained in:
Aaron Bieber 2019-09-24 06:31:04 -06:00
parent a9ebb2b554
commit 2b58e38907
Signed by: qbit
GPG Key ID: 279160AB1BE1236B

View File

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