We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb5b123 commit 46e158eCopy full SHA for 46e158e
entrypoint.sh
@@ -59,9 +59,11 @@ function init_proc {
59
bgmi install
60
else
61
bgmi upgrade
62
- bash /home/bgmi-docker/BGmi/bgmi/others/crontab.sh
63
fi
64
+ # init cron task
65
+ bash /home/bgmi-docker/BGmi/bgmi/others/crontab.sh
66
+
67
if [ ! -f $config_lock ]; then
68
sed -i "s/^data_source.*$/data_source = \"$data_source\"/" /bgmi/conf/bgmi/config.toml # bgmi source $data_source
69
sed -i "s/^admin_token.*$/admin_token = \"$admin_token\"/" /bgmi/conf/bgmi/config.toml # bgmi config ADMIN_TOKEN $admin_token
0 commit comments