Browse Source

update.sh: changed to use .easy-cloud.net names

testing
Alejandro Mery 16 years ago
parent
commit
9925088947
1 changed files with 5 additions and 5 deletions
  1. +5
    -5
      update.sh

+ 5
- 5
update.sh

@ -14,11 +14,11 @@ RSYNCOPT="$RSYNCOPT --delete --delete-after --delete-excluded"
(
cat <<-EOT
root@yoda.geeks.cl 2203 /etc/opt/djbdns/tinydns/root
root@atlien.geeks.cl 22 /etc/opt/djbdns/tinydns/root
root@koke.socomep.cl 2203 /etc/opt/djbdns/tinydns/root
root@188.40.92.201 2201 /etc/opt/djbdns/tinydns/root
root@85.25.151.48 2201 /etc/opt/djbdns/tinydns/root
root@yoda.easy-cloud.net 2203 /etc/opt/djbdns/tinydns/root
root@yoda2.easy-cloud.net 2201 /etc/opt/djbdns/tinydns/root
root@darthbane.easy-cloud.net 2201 /etc/opt/djbdns/tinydns/root
root@atlien.easy-cloud.net 22 /etc/opt/djbdns/tinydns/root
root@koke.easy-cloud.net 2203 /etc/opt/djbdns/tinydns/root
EOT
) | while read REMOTE PORT DIR; do
(

Loading…
Cancel
Save