mirror of
https://github.com/laravel/valet.git
synced 2026-02-05 00:20:08 +01:00
2
valet
2
valet
@@ -45,7 +45,7 @@ fi
|
|||||||
# process to retrieve the live Ngrok tunnel URL in the background.
|
# process to retrieve the live Ngrok tunnel URL in the background.
|
||||||
if [[ "$1" = "share" ]]
|
if [[ "$1" = "share" ]]
|
||||||
then
|
then
|
||||||
SHARETOOL="$($PHP "$DIR/cli/valet.php" share-tool)"
|
SHARETOOL="$("$PHP" "$DIR/cli/valet.php" share-tool)"
|
||||||
|
|
||||||
if [[ $SHARETOOL = "ngrok" ]]
|
if [[ $SHARETOOL = "ngrok" ]]
|
||||||
then
|
then
|
||||||
|
|||||||
Reference in New Issue
Block a user