Update 00-folders.sh

This commit is contained in:
Alexandre
2023-10-08 12:03:52 +02:00
committed by GitHub
parent 17ac90570d
commit 8561698be2

View File

@@ -25,6 +25,7 @@ echo "Creating symlink"
rm -r /opt/tplink/EAPController/data/*
# Create symlinks for all files in /data
# shellcheck disable=SC2086
for files in $(ls -d "$CONFIGSOURCE"/*); do
if [ -e "$files" ]; then
ln -s "$files" /opt/tplink/EAPController/data