Skip to content

Commit

Permalink
Add -r argument to read
Browse files Browse the repository at this point in the history
  • Loading branch information
ysdragon committed Nov 24, 2024
1 parent 3b17205 commit 064799c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ parse_ports() {
local config_file="$ROOTFS_DIR/vps.config"
local port_args=""

while read line; do
while read -r line; do
case "$line" in
internalip=*) ;;
port[0-9]*=*)
Expand Down

0 comments on commit 064799c

Please sign in to comment.