Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug Report]verysync启动失败,mkdir: can't create directory 'mixbox/.verysync': No such file or directory #282

Open
curryhendry opened this issue May 9, 2024 · 1 comment

Comments

@curryhendry
Copy link

启动verysync服务[1/0] [回车即1]:1
请输入verysync端口号[回车即8886]:
请输入verysync外网访问配置[1/0][回车即1]:
【VerySync】: 正在停止verysync服务...
【VerySync】: 删除nat-start触发...
【VerySync】: 卸载插件后可删除mixbox/.verysync文件夹
【VerySync】: 正在启动verysync服务...
mkdir: can't create directory 'mixbox/.verysync': No such file or directory
【VerySync】: 添加nat-start触发事件...
【VerySync】: 启动verysync服务完成!
【VerySync】: 请在浏览器中访问[http://192.168.31.114:8886]

@curryhendry
Copy link
Author

终于找到问题所在了:
verysync/scripts/verysync.sh

这个文件里面,这一行多了一个“.”
CONF="$mbdisk"/."${appname}"

应该是:
CONF="$mbdisk"/"${appname}"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant