diff --git a/scripts/start b/scripts/start index 9024816..b5fa25d 100755 --- a/scripts/start +++ b/scripts/start @@ -88,4 +88,6 @@ echo echo "Umbrel is now accessible at" echo " http://${DEVICE_HOSTNAME}.local" echo " http://${DEVICE_IP}" -[[ ! -z "${hidden_service_url:-}" ]] && echo " http://${hidden_service_url}" \ No newline at end of file +if [[ ! -z "${hidden_service_url:-}" ]]; then + echo " http://${hidden_service_url}" +fi