浏览代码

Update rdtclient-install.sh

tweak
tteckster 2 年之前
父节点
当前提交
e713841532
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      install/rdtclient-install.sh

+ 1 - 1
install/rdtclient-install.sh

@@ -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"