Skip to content

Commit

Permalink
Update 00-folders.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbelgium authored Oct 8, 2023
1 parent 1726ec3 commit 234dfab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion omada/rootfs/etc/cont-init.d/00-folders.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ rm -r /opt/tplink/EAPController/data/*

# Create symlinks for all files in /data
# shellcheck disable=SC2086
for files in $(ls -d "$CONFIGSOURCE"/*); do
for files in "$CONFIGSOURCE"/*; do
if [ -e "$files" ]; then
ln -s "$files" /opt/tplink/EAPController/data
fi
Expand Down

0 comments on commit 234dfab

Please sign in to comment.