Github bot : script beautyshied

This commit is contained in:
github-actions
2023-12-24 03:38:08 +00:00
parent d47aa81b1b
commit 237173f370
13 changed files with 195 additions and 195 deletions

View File

@@ -39,7 +39,7 @@ for item in "$CONFIGSOURCE"/*; do
# Get the base name of the file or folder
base_name=$(basename "$item")
# Create a symbolic link in the current working directory
ln -s "$item" /opt/tplink/EAPController/data/"$base_name"
ln -s "$item" /opt/tplink/EAPController/data/"$base_name"
echo "Created symlink for '$base_name'"
done