Skip to content

Commit

Permalink
chore: add log
Browse files Browse the repository at this point in the history
  • Loading branch information
anomit committed Oct 10, 2024
1 parent 11c61d6 commit 2b97722
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ if [ -z "$NETWORK_OCTET" ]; then
else
export DOCKER_SUBNET="10.${NETWORK_OCTET}.0.0/16"
fi

echo "Selected DOCKER_SUBNET: ${DOCKER_SUBNET}"

# check if ufw command exists
if [ -x "$(command -v ufw)" ]; then
Expand Down

0 comments on commit 2b97722

Please sign in to comment.