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

🐛 cp 命令路径错误 #129

Open
LIUTQ28 opened this issue Jun 25, 2022 · 4 comments
Open

🐛 cp 命令路径错误 #129

LIUTQ28 opened this issue Jun 25, 2022 · 4 comments
Labels
bug Something isn't working expired Some functions fail over time good first issue Good for newcomers
Projects

Comments

@LIUTQ28
Copy link

LIUTQ28 commented Jun 25, 2022

萌新小白 ,实在不知道怎么搞了,感觉应该是路径问题,但是都是按照教程搞的呀。

@ghost
Copy link

ghost commented Jun 25, 2022

教程还没有适配最新版本,命令可能如下

cp /ql/data/repo/Oreomeow_checkinpanel_master/check.sample.toml /ql/data/config/check.toml

@ghost ghost added bug Something isn't working expired Some functions fail over time labels Jun 25, 2022
@LIUTQ28
Copy link
Author

LIUTQ28 commented Jun 25, 2022

成功搞定,谢谢Oreomeow大佬。
总结一下2.13.3青龙,配置文件设置

1

docker exec -it qinglong bash

2

cp /ql/data/repo/Oreomeow_checkinpanel_master/check.sample.toml /ql/data/config/check.toml

然后面板左侧配置文件找到 check.toml
添加 CK,就可以运行了。

@ghost ghost changed the title cp check.toml错误 root@OpenWrt:~# cp /ql/repo/Oreomeow_checkinpanel_master/check.sample.toml /ql/config/check.toml cp: can't stat '/ql/repo/Oreomeow_checkinpanel_master/check.sample.toml': No such file or directory root@OpenWrt:~# cp /ql/repo/Oreomeow_checkinpanel_master/notify.sample.toml /ql/config/notify.toml cp: can't stat '/ql/repo/Oreomeow_checkinpanel_master/notify.sample.toml': No such file or directory 🐛 cp 命令路径错误 Jun 25, 2022
@ghost ghost added the good first issue Good for newcomers label Jun 25, 2022
@cnbb002
Copy link

cnbb002 commented Jun 30, 2022

成功搞定,谢谢Oreomeow大佬。 总结一下2.13.3青龙,配置文件设置

1

docker exec -it qinglong bash

2

cp /ql/data/repo/Oreomeow_checkinpanel_master/check.sample.toml /ql/data/config/check.toml

然后面板左侧配置文件找到 check.toml 添加 CK,就可以运行了。

cookie = 'log_guid=f5e6486f2adbe6a57df; BDPPN=c49ebd1d45c6502f5"xxx;...'
ck是这样吗?

@LIUTQ28
Copy link
Author

LIUTQ28 commented Jun 30, 2022

成功搞定,谢谢Oreomeow大佬。 总结一下2.13.3青龙,配置文件设置

1

docker exec -it qinglong bash

2

cp /ql/data/repo/Oreomeow_checkinpanel_master/check.sample.toml /ql/data/config/check.toml

然后面板左侧配置文件找到 check.toml 添加 CK,就可以运行了。

cookie = 'log_guid=f5e6486f2adbe6a57df; BDPPN=c49ebd1d45c6502f5"xxx;...'
ck是这样吗?

是的,根据toml的要求添加进去就跑起来了。

@ghost ghost closed this as completed Jun 30, 2022
@ghost ghost reopened this Jun 30, 2022
@ghost ghost added this to To do in Maintain Jul 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working expired Some functions fail over time good first issue Good for newcomers
Projects
Development

No branches or pull requests

2 participants