mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-02-15 04:43:01 +01: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
|