mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-11 03:32:17 +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
|