Expand \n

This commit is contained in:
2023-07-17 10:08:29 +00:00
parent 9b3e1af9d6
commit b0a87f7c76

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