mirror of
https://github.com/linuxserver/docker-boinc.git
synced 2026-02-20 05:47:06 +08:00
11 lines
172 B
Plaintext
11 lines
172 B
Plaintext
while [ ! -f /config/all_projects_list.xml ]; do
|
|
sleep 1
|
|
done
|
|
while ! grep -q rosetta /config/all_projects_list.xml; do
|
|
sleep 1
|
|
done
|
|
|
|
cd /config
|
|
|
|
/usr/bin/boincmgr
|