Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
Co-authored-by: Olivier Valentin <[email protected]>
  • Loading branch information
erthalion and ovalenti authored Nov 15, 2024
1 parent 77b14f5 commit a009638
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/network/prepare-tap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ ip link set "${NAME}" up
echo "Assigning address ${ADDRESS} to device ${NAME}..."
ip addr add "${ADDRESS}" dev "${NAME}"

if [[ "${CONFIGURE_FIREWALD}" == "true" ]];
if [[ "${CONFIGURE_FIREWALLD}" == "true" ]];
then
echo "Adding to the trusted zone..."
firewall-cmd --zone=trusted --add-interface="${NAME}"
Expand Down

0 comments on commit a009638

Please sign in to comment.