mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-09-21 21:51:34 +02:00
greenbone-nvt-sync now runs as gvm user greenbone-scapdata-sync and greenbone-certdata-sync as root Fixed an issue with shipped redis config,who were putting the db in the wrong path Building with openvas-smb too
4 lines
102 B
Bash
4 lines
102 B
Bash
#!/bin/sh
|
|
/usr/bin/greenbone-scapdata-sync >& /dev/null
|
|
/usr/bin/greenbone-certdata-sync >& /dev/null
|