Skip to content

Commit

Permalink
Merge pull request #50 from kihosk/ft/KIOSK-49-firewall
Browse files Browse the repository at this point in the history
Enabling firewall on preparation script
  • Loading branch information
justinask7 authored Jul 23, 2020
2 parents 2f0c2b6 + e36d544 commit 3162d02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions prepare-kiosk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@ maxretry = 3
'> /etc/fail2ban/jail.local"

if [ $PROD_BUILD = 1 ]; then
#enabling firewall
#yes | sudo ufw enable
# enabling firewall
yes | sudo ufw enable
# TODO assure that ssh is disabled, etc

# preparing first-launch script for generating random password
Expand Down

0 comments on commit 3162d02

Please sign in to comment.