Skip to content

Commit

Permalink
Fix SAIL_SHARE_DOMAIN default value (#546)
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzalom authored Feb 8, 2023
1 parent 3395731 commit 5ae072b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/sail
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ export SAIL_SHARE_DASHBOARD=${SAIL_SHARE_DASHBOARD:-4040}
export SAIL_SHARE_SERVER_HOST=${SAIL_SHARE_SERVER_HOST:-"laravel-sail.site"}
export SAIL_SHARE_SERVER_PORT=${SAIL_SHARE_SERVER_PORT:-8080}
export SAIL_SHARE_SUBDOMAIN=${SAIL_SHARE_SUBDOMAIN:-""}
export SAIL_SHARE_DOMAIN=${SAIL_SHARE_DOMAIN:-""}
export SAIL_SHARE_DOMAIN=${SAIL_SHARE_DOMAIN:-"$SAIL_SHARE_SERVER_HOST"}

# Function that outputs Sail is not running...
function sail_is_not_running {
Expand Down

0 comments on commit 5ae072b

Please sign in to comment.