Skip to content

Commit

Permalink
Update renewAndSendToProxy.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
hamburml committed Jan 19, 2017
1 parent e38d342 commit 78906e6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion renewAndSendToProxy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ NC='\033[0m' # No Color

printf "${GREEN}Hello! renewAndSendToProxy runs. Today is $(date)${NC}\n"

certbot-auto renew > /var/log/dockeroutput.log
#full path is needed or it is not started when run as cron
/root/certbot-auto renew > /var/log/dockeroutput.log

printf "Docker Flow: Proxy DNS-Name: ${GREEN}$PROXY_INSTANCE_NAME${NC}\n";

Expand Down

0 comments on commit 78906e6

Please sign in to comment.