mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-28 17:13:17 +00:00
create_pihole_user Update
This commit is contained in:
parent
07b7e8a1a6
commit
84680b855a
1 changed files with 1 additions and 1 deletions
|
@ -755,7 +755,7 @@ runGravity() {
|
|||
create_pihole_user(){
|
||||
# Check if user pihole exists and create if not
|
||||
echo "::: Checking if user 'pihole' exists..."
|
||||
id -u pihole &> /dev/null && echo "::: User 'pihole' already exists" || echo "::: User 'pihole' doesn't exist. Creating..." && useradd -r -s /usr/sbin/nologin pihole
|
||||
id -u pihole &> /dev/null && echo "::: User 'pihole' already exists" || (echo "::: User 'pihole' doesn't exist. Creating..." && useradd -r -s /usr/sbin/nologin pihole)
|
||||
}
|
||||
|
||||
configureFirewall() {
|
||||
|
|
Loading…
Reference in a new issue