Browse Source

Echo 'umbrel.local' instead of 'umbrel.local.local' (#277)

no-auto-start
Lounès Ksouri 4 years ago
committed by GitHub
parent
commit
eaaa2eb898
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      scripts/start

2
scripts/start

@ -88,7 +88,7 @@ docker-compose up --detach --build --remove-orphans
echo
echo "Umbrel is now accessible at"
echo " http://${DEVICE_HOSTNAME}.local"
echo " http://${DEVICE_HOSTNAME}"
echo " http://${DEVICE_IP}"
if [[ ! -z "${hidden_service_url:-}" ]]; then
echo " http://${hidden_service_url}"

Loading…
Cancel
Save