mirror of
https://github.com/laravel/valet.git
synced 2026-02-05 00:20:08 +01:00
#691 Surround with quotes all paths which might contain blank spaces.
This commit is contained in:
committed by
Matt Stauffer
parent
d75810239a
commit
001058414b
2
valet
2
valet
@@ -52,7 +52,7 @@ then
|
||||
|
||||
# Fetch Ngrok URL In Background...
|
||||
bash "$DIR/cli/scripts/fetch-share-url.sh" &
|
||||
sudo -u $(logname) "$DIR/bin/ngrok" http "$HOST.$TLD:$PORT" -host-header=rewrite ${*:2}
|
||||
sudo -u "$(logname)" "$DIR/bin/ngrok" http "$HOST.$TLD:$PORT" -host-header=rewrite ${*:2}
|
||||
exit
|
||||
|
||||
# Finally, for every other command we will just proxy into the PHP tool
|
||||
|
||||
Reference in New Issue
Block a user