create addon path if not exists

This commit is contained in:
2023-09-30 19:58:19 +02:00
parent 48a8a92232
commit 834b103210

View File

@@ -223,6 +223,8 @@ then
echo ${ADDONPATH} echo ${ADDONPATH}
fi fi
mkdir -p "${ADDONPATH}"
ALFULL=/etc/wow-addon-manager/$ADDONLIST ALFULL=/etc/wow-addon-manager/$ADDONLIST
#Check to see if the text file exists #Check to see if the text file exists