Mistake in entrypoint.sh
Closed this issue · 2 comments
mdorofeev commented
Rust node can't start, as in entrypoint .sh mistake on line 43, it try change mod in tools directory, but file in scripts directory.
duccas commented
I confirm.
Error in docker logs:
Reading package lists...
Building dependency tree...
Reading state information...
cron is already the newest version (3.0pl1-128.1ubuntu1).
0 upgraded, 0 newly installed, 0 to remove and 4 not upgraded.
+ grep 'validator_msig\|validator_depool' /etc/crontab
+ chmod +x /ton-node/tools/validator_msig.sh
chmod: cannot access '/ton-node/tools/validator_msig.sh': No such file or directory
The files is located in a folder with a different name find ./rustnet.ton.dev -type f -name "validator_msig.sh"
./rustnet.ton.dev/docker-compose/ton-node/scripts/validator_msig.sh
ar-tmp commented
Fixed, thanks.