chore: remove ln from init.sh

This commit is contained in:
Henrique Dias
2025-07-13 21:28:46 +02:00
parent b8454bb2e4
commit 124abc7643
2 changed files with 4 additions and 7 deletions

View File

@@ -32,7 +32,4 @@ if [ -z "$config_file" ]; then
set -- --config=/config/settings.json "$@"
fi
# Create a symlink to the config file for compatibility with the healthcheck script
ln -s "$config_file" /tmp/FB_CONFIG
exec filebrowser "$@"
exec filebrowser "$@"