fix permissions

This commit is contained in:
sadnub 2023-05-02 13:19:11 -04:00
parent f5dbb363f4
commit 7a3d36899b
1 changed files with 1 additions and 1 deletions

View File

@ -511,7 +511,7 @@ WHEEL_VER=$(grep "^WHEEL_VER" "$SETTINGS_FILE" | awk -F'[= "]' '{print $5}')
sudo mkdir -p /opt/tactical/reporting
sudo mkdir -p /opt/tactical/reporting/assets
sudo mkdir -p /opt/tactical/reporting/schemas
sudo chown ${USER}:${USER} /opt/tactical
sudo chown -R ${USER}:${USER} /opt/tactical
cd /rmm/api
python3.11 -m venv env