File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 4848
4949# prepare renewcron
5050if [ " $CERTBOTMODE " ]; then
51- printf " SHELL=/bin/sh\nPATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin\nPROXY_INSTANCE_NAME= $PROXY_INSTANCE_NAME \nCERTBOTMODE=$CERTBOTMODE \n" > /etc/cron.d/renewcron
51+ printf " SHELL=/bin/sh\nPATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin\nPROXY_ADDRESS= $PROXY_ADDRESS \nCERTBOTMODE=$CERTBOTMODE \n" > /etc/cron.d/renewcron
5252else
53- printf " SHELL=/bin/sh\nPATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin\nPROXY_INSTANCE_NAME= $PROXY_INSTANCE_NAME \n" > /etc/cron.d/renewcron
53+ printf " SHELL=/bin/sh\nPATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin\nPROXY_ADDRESS= $PROXY_ADDRESS \n" > /etc/cron.d/renewcron
5454fi
5555
5656
You can’t perform that action at this time.
0 commit comments