Expand \n

This commit is contained in:
jimmy 2023-07-17 10:08:29 +00:00
parent 9b3e1af9d6
commit b0a87f7c76
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
echo $@
echo "Host ${SERVER}\n\tStrictHostKeyChecking no\n" >> /root/.ssh/config
echo -e "Host ${SERVER}\n\tStrictHostKeyChecking no\n" >> /root/.ssh/config
if [[ -z $@ ]]; then
crontab -l ; echo "${SCHEDULE} ${COMMAND} > /proc/1/fd/1 2> /proc/1/fd/2" | crontab