Advertisement
elwuilmer

Cambiar ip script error

May 26th, 2012
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. + rm -rf /home/xxx/script/myip
  2. ++ curl ifconfig.me
  3.   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
  4.                                  Dload  Upload   Total   Spent    Left  Speed
  5. 100    15    0    15    0     0     12      0 --:--:--  0:00:01 --:--:--    43
  6. + echo 190.203.100.00
  7. ++ cat /home/xxx/script/myip
  8. + MYIP=190.203.100.00
  9. ++ cat /home/xxx/script/oldip
  10. + OLDIP=190.203.100.00
  11. + '[' 190.203.100.00 == 190.203.100.00 ']'
  12. + cp /home/xxx/script/mailtemplatereminder /home/elwuilmer/script/a
  13. + echo The IP is still the same: 190.203.100.00
  14. + echo '?~@~SENDING' REMINDER 'MAIL?~@~]'
  15. ?~@~SENDING REMINDER MAIL?~@~]
  16. + msmtp -t
  17. msmtp: /home/xxx/.msmtprc: must have no more than user read/write permissions
  18. + rm /home/xxxr/script/a
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement