Skip to content

Commit

Permalink
Print possible IPs
Browse files Browse the repository at this point in the history
  • Loading branch information
kallookoo committed Jun 8, 2024
1 parent 0bbaaa2 commit 745e84c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions install
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,9 @@ else

if [[ ${#LAMP_IP_ADDRESSES[@]} -ne 1 ]]; then
console_log "Declare the LAMP_CONFIG_IP_ADDRESS option to select the correct IP"
for x in "${LAMP_IP_ADDRESSES[@]}"; do
console_log "Possible IP: $x"
done
exit 1
fi

Expand Down

0 comments on commit 745e84c

Please sign in to comment.