Browse Source
Echo 'umbrel.local' instead of 'umbrel.local.local' (#277)
no-auto-start
Lounès Ksouri
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
scripts/start
|
@ -88,7 +88,7 @@ docker-compose up --detach --build --remove-orphans |
|
|
echo |
|
|
echo |
|
|
|
|
|
|
|
|
echo "Umbrel is now accessible at" |
|
|
echo "Umbrel is now accessible at" |
|
|
echo " http://${DEVICE_HOSTNAME}.local" |
|
|
echo " http://${DEVICE_HOSTNAME}" |
|
|
echo " http://${DEVICE_IP}" |
|
|
echo " http://${DEVICE_IP}" |
|
|
if [[ ! -z "${hidden_service_url:-}" ]]; then |
|
|
if [[ ! -z "${hidden_service_url:-}" ]]; then |
|
|
echo " http://${hidden_service_url}" |
|
|
echo " http://${hidden_service_url}" |
|
|