From c88dac6437fa7085aa7623b91a87ddb021d95b71 Mon Sep 17 00:00:00 2001 From: wh1te909 Date: Sun, 9 Jul 2023 03:08:16 +0000 Subject: [PATCH] fix mkdir --- update.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/update.sh b/update.sh index b78436e7..94a4b84e 100644 --- a/update.sh +++ b/update.sh @@ -396,11 +396,11 @@ if [ ! -d /opt/tactical/reporting ]; then fi if [ ! -d /opt/tactical/reporting/assets ]; then - sudo mkdir -p /opt/tactical/reporting/assets + sudo mkdir /opt/tactical/reporting/assets fi -if [ ! -d /opt/tactical/reporting/assets ]; then - sudo mkdir -p /opt/tactical/reporting/schemas +if [ ! -d /opt/tactical/reporting/schemas ]; then + sudo mkdir /opt/tactical/reporting/schemas fi sudo chown -R ${USER}:${USER} /opt/tactical