Update rdtclient-install.sh

tweak
This commit is contained in:
tteckster 2023-07-07 01:02:55 -04:00 committed by GitHub
parent 37eff0eb6a
commit e713841532
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ wget -q https://github.com/rogerfar/rdt-client/releases/latest/download/RealDebr
unzip -qq RealDebridClient.zip -d /opt/rdtc
rm RealDebridClient.zip
cd /opt/rdtc
mkdir -p /data/db/ /data/downloads
mkdir -p data/db/ data/downloads
sed -i 's#/data/db/#/opt/rdtc&#g' /opt/rdtc/appsettings.json
msg_ok "Installed rdtclient"