mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-06-07 04:44:57 +02:00
6 lines
118 B
Bash
Executable file
6 lines
118 B
Bash
Executable file
#!/bin/sh
|
|
|
|
# Regenerate (or initially generate) gravity database
|
|
su pihole -s /bin/sh -c '/usr/bin/pihole -g'
|
|
|
|
exit 0
|