Skip to content

Commit 56be263

Browse files
committed
websoft9
1 parent 4f5e7a2 commit 56be263

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install/install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ check_ports() {
441441
fi
442442

443443
done
444-
444+
sudo docker start websoft9-proxy
445445
echo "All ports are available"
446446
}
447447

@@ -642,7 +642,7 @@ save_custom_configs() {
642642
fi
643643

644644
local gateway_port
645-
gateway_port=$(docker exec websoft9-proxy sh -c 'echo $INNER_GATEWAY_PORT')
645+
gateway_port=$(docker exec -i websoft9-proxy sh -c 'echo $INNER_GATEWAY_PORT')
646646

647647
if [ -n "$gateway_port" ]; then
648648
export inner_gateway_port="$gateway_port"

0 commit comments

Comments
 (0)