Skip to content

Commit

Permalink
Updated commands.
Browse files Browse the repository at this point in the history
  • Loading branch information
youmingdot committed Jul 30, 2017
1 parent c0662a4 commit 11c564b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions 0.14/letsencrypt-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@ while true; do
esac
done

CRON_FILE="/var/log/letsencrypt/cron.log"

if [ $OBTAIN -eq 1 ]; then
letsencrypt-obtain.sh
letsencrypt-obtain.sh >> $CRON_FILE
fi

CRON_FILE="/var/log/letsencrypt/cron.log"

if [ ! -f "$CRON_FILE" ]; then
touch "$CRON_FILE"
fi
Expand Down
2 changes: 1 addition & 1 deletion 0.14/letsencrypt-obtain.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ do
continue
fi

letsencrypt-auto "certonly" "-n" "--agree-tos" "$options"
letsencrypt-auto certonly -n --agree-tos $options

done
2 changes: 1 addition & 1 deletion 0.14/letsencrypt-renew.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ do
continue
fi

letsencrypt-auto "certonly" "-n" "--agree-tos" "$options"
letsencrypt-auto certonly -n --agree-tos $options

done

0 comments on commit 11c564b

Please sign in to comment.