We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d06c89c + 4ca0e30 commit 02f1725Copy full SHA for 02f1725
docker/pypi/wmagent/init.sh
@@ -339,7 +339,6 @@ set_cronjob() {
339
crontab $crontabParams - <<EOF
340
55 */12 * * * $crontabEnvStr date -Im >> $WMA_LOG_DIR/renew-proxy.log && $WMA_MANAGE_DIR/manage renew-proxy >> $WMA_LOG_DIR/renew-proxy.log 2>&1
341
58 */12 * * * $crontabEnvStr python $WMA_DEPLOY_DIR/deploy/checkProxy.py --proxy $X509_USER_PROXY --time 120 --send-mail True --mail [email protected]
342
-*/15 * * * * $crontabEnvStr $WMA_DEPLOY_DIR/deploy/restartComponent.sh >> $WMA_LOG_DIR/component-restart.log 2>&1
343
EOF
344
let errVal+=$?
345
0 commit comments