Add shebang to shell script
This commit is contained in:
parent
ad151f0278
commit
f1563b9f8b
1 changed files with 2 additions and 0 deletions
|
@ -449,6 +449,8 @@ write_files:
|
|||
permissions: '0755'
|
||||
defer: True
|
||||
content: |
|
||||
#!/bin/bash
|
||||
# Necessary pihole ufw setup
|
||||
sudo ufw allow 80/tcp
|
||||
sudo ufw allow 53/tcp
|
||||
sudo ufw allow 53/udp
|
||||
|
|
Loading…
Add table
Reference in a new issue