mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-24 11:45:18 +03:00
5 lines
105 B
Bash
5 lines
105 B
Bash
#!/bin/sh
|
|
|
|
chown -R opensips:opensips /var/run/opensips
|
|
chgrp opensips /etc/opensips/opensips.cfg
|
|
exit 0
|