mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-12-26 11:52:25 +01:00
7 lines
113 B
Bash
Executable File
7 lines
113 B
Bash
Executable File
#!/bin/sh
|
|
|
|
chown tinyproxy:tinyproxy /var/run/tinyproxy
|
|
|
|
# return with success even if user already exist
|
|
exit 0
|