mirror of
https://github.com/monlor/MIXBOX-ARCHIVE.git
synced 2026-03-10 23:41:27 +00:00
修复wget-ssl的bug,修复dms插件bug
This commit is contained in:
@@ -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"
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user