Update 00-configuration.sh

This commit is contained in:
Alexandre
2022-03-25 14:30:45 +01:00
committed by GitHub
parent fda07edc5f
commit cc696929f3

View File

@@ -38,7 +38,7 @@ ln -snf "$CONFIGLOCATION" /tdarr/configs
# Symlink server data
[ -d /tdarr/server/Tdarr ] && rm -r /tdarr/server/Tdarr
ln -s "$CONFIGLOCATION" /tdarr/server/Tdarr
ln -snf "$CONFIGLOCATION" /tdarr/server/Tdarr
# Text
bashio::log.info "Setting config location to $CONFIGLOCATION"