1
0
Fork 0
mirror of https://github.com/gocsaf/csaf.git synced 2025-12-22 11:55:40 +01:00

Add "sudo" to one command

This commit is contained in:
Fadi Abbud 2022-06-22 09:21:46 +02:00
parent 847ca3d6af
commit 36384ca942

View file

@ -1,6 +1,6 @@
#!/usr/bin/env bash
mkdir -p /var/lib/csaf
sudo mkdir -p /var/lib/csaf
sudo chgrp www-data /var/lib/csaf/
sudo chmod g+s /var/lib/csaf/
sudo touch /var/lib/csaf/validations.db