mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 02:42:58 +00:00
Fixed Pi-hole user not being created
This commit is contained in:
parent
3e7ecda80f
commit
4a1e88f4bf
1 changed files with 1 additions and 1 deletions
|
@ -558,6 +558,7 @@ installPihole() {
|
|||
# Install base files and web interface
|
||||
checkForDependencies # done
|
||||
stopServices
|
||||
setUser
|
||||
$SUDO mkdir -p /etc/pihole/
|
||||
$SUDO chown www-data:www-data /var/www/html
|
||||
$SUDO chmod 775 /var/www/html
|
||||
|
@ -567,7 +568,6 @@ installPihole() {
|
|||
getGitFiles
|
||||
installScripts
|
||||
installConfigs
|
||||
#installWebAdmin
|
||||
CreateLogFile
|
||||
installPiholeWeb
|
||||
installCron
|
||||
|
|
Loading…
Reference in a new issue