mirror of
https://github.com/tommytran732/Linux-Setup-Scripts
synced 2024-11-21 17:11:33 -05:00
Fix permission issue
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
9fafe1704b
commit
3a26940fb6
@ -137,6 +137,7 @@ fi
|
||||
sudo apt install -y unbound unbound-anchor
|
||||
sudo mkdir -p /usr/share/dns
|
||||
sudo chmod 755 /usr/share/dns
|
||||
sudo chown unbound:unbound /usr/share/dns
|
||||
sudo unbound-anchor
|
||||
sudo chmod 644 /usr/share/dns/root.key
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user