summaryrefslogtreecommitdiffstats
path: root/main/tinyproxy/tinyproxy.post-install
blob: ef518c6162074a62f9cc23c0bbbc310637f5f083 (plain)
1
2
3
4
5
6
#!/bin/sh

chown tinyproxy:tinyproxy /var/run/tinyproxy

# return with success even if user already exist
exit 0