mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-10-14 17:01:32 +02:00
6 lines
103 B
Bash
Executable File
6 lines
103 B
Bash
Executable File
#!/bin/sh
|
|
|
|
chown -R openxcap:openxcap /var/run/openxcap
|
|
chgrp openxcap /etc/openxcap/config.ini
|
|
exit 0
|