mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-15 21:31:50 +02:00
Update 00-folders.sh
This commit is contained in:
@@ -25,6 +25,7 @@ echo "Creating symlink"
|
|||||||
rm -r /opt/tplink/EAPController/data/*
|
rm -r /opt/tplink/EAPController/data/*
|
||||||
|
|
||||||
# Create symlinks for all files in /data
|
# Create symlinks for all files in /data
|
||||||
|
# shellcheck disable=SC2086
|
||||||
for files in $(ls -d "$CONFIGSOURCE"/*); do
|
for files in $(ls -d "$CONFIGSOURCE"/*); do
|
||||||
if [ -e "$files" ]; then
|
if [ -e "$files" ]; then
|
||||||
ln -s "$files" /opt/tplink/EAPController/data
|
ln -s "$files" /opt/tplink/EAPController/data
|
||||||
|
|||||||
Reference in New Issue
Block a user