Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
tmachyshyn committed May 28, 2024
1 parent 04f675f commit 1f09e8a
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 @@ -733,7 +733,7 @@ Please choose your IP for the future EspoCRM instance [1-2]:
isIpValid=$(isIpValid "${data[domain]}")

if [ "$isIpValid" != true ]; then
printf "\nEnter an IP for the future EspoCRM instance (e.g. 234.32.0.32):\n"
printf "\nYour IP address is incorrect. Please enter again.\n"
read data[domain]
fi
}
Expand Down

0 comments on commit 1f09e8a

Please sign in to comment.