mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-02-12 19:32:31 +01:00
5 lines
43 B
Bash
5 lines
43 B
Bash
#!/bin/sh
|
|
|
|
deluser pdns 2>/dev/null
|
|
exit 0
|