mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-25 23:53:17 +00:00
Set owner/group of /etc/pihole to pihole
Signed-off-by: Christian König <ckoenig@posteo.de>
This commit is contained in:
parent
679aab10d0
commit
22863845a0
1 changed files with 2 additions and 2 deletions
|
@ -2141,8 +2141,8 @@ main() {
|
|||
if [[ "${useUpdateVars}" == false ]]; then
|
||||
# Display welcome dialogs
|
||||
welcomeDialogs
|
||||
# Create directory for Pi-hole storage
|
||||
install -d -m 755 /etc/pihole/
|
||||
# Create directory for Pi-hole storage (/etc/pihole/)
|
||||
install -o pihole -g pihole -d -m 660 "${PI_HOLE_CONFIG_DIR}"
|
||||
# Determine available interfaces
|
||||
get_available_interfaces
|
||||
# Find interfaces and let the user choose one
|
||||
|
|
Loading…
Reference in a new issue