2
Cronjob이 스크립트를 실행하지 않음
외부 IP 주소를 가져 와서 변경되었는지 확인하고있는 경우 이메일로 알려주는 스크립트를 만들었습니다. 적절하게 명명 된 스크립트는 다음과 같습니다 ip.sh(서버 호스트 이름은 "odin"입니다). #!/bin/sh # Start by renaming file "current-ip" to "old-ip" mv -f /var/www/html/scripts/current-ip /var/www/html/scripts/old-ip # Create new "current-ip" with the email's subject line echo 'Subject: Odin has a new …