test
sean 7 years ago
parent 2e5f5e5be9
commit 40009a0e2f

@ -458,7 +458,7 @@ echo "echo \"UseSTARTTLS=YES\" >> /etc/ssmtp/ssmtp.conf" >> /mnt/setup-chroot.sh
echo "echo \"\"" >> /mnt/setup-chroot.sh
echo "echo \"Sending SSH key via e-mail...\"" >> /mnt/setup-chroot.sh
if [ "$networktype" = "dhcp" ]; then
connection=`hostname -I`
connection="`hostname -I`/`wget -qO - ifconfig.me`"
else
connection="$address"
fi

Loading…
Cancel
Save