修复wget-ssl的bug,修复dms插件bug

This commit is contained in:
monlor
2020-03-05 13:17:17 +08:00
parent 1e0aeada56
commit 740f1037b7
5 changed files with 10 additions and 7 deletions

View File

@@ -5,4 +5,4 @@ backupfiles=""
supports="linux_arm,linux_mips,linux_x86_64"
appinfo="dms是一款DLNA数字媒体服务器"
newinfo=""
version="0.0.1"
version="0.0.2"

View File

@@ -13,7 +13,7 @@ start() {
[ -z "$path" ] && echo "媒体目录不能为空!" && exit 1
# open_port
# write_firewall_start
daemon ${mbroot}/apps/${appname}/bin/${appname} -path "${path}" -friendlyName "${servername}" -http "11338" -fFprobeCachePath "${mbdisk}/.dms-ffprobe-cache"
daemon ${mbroot}/apps/${appname}/bin/${appname} -path "${path}" -friendlyName "${servername}" -http ":11338" -fFprobeCachePath "${mbdisk}/.dms-ffprobe-cache"
if [ $? -ne 0 ]; then
logsh "$service" "启动${appname}服务失败!" && end
else