Update 00-folders.sh

This commit is contained in:
Alexandre
2022-09-23 19:29:27 +02:00
committed by GitHub
parent 8718a1ece2
commit cf15a7fd6f

View File

@@ -4,7 +4,7 @@
CONFIGSOURCE="/config/addons_config/omada_v3"
# Create directory
if [ ! -f "$CONFIGSOURCE" ]; then
if [ ! -d "$CONFIGSOURCE" ]; then
echo "Creating directory"
mkdir -p "$CONFIGSOURCE"
fi