Skip to content

Commit

Permalink
Merge #3: Fix path for certificate renewal script
Browse files Browse the repository at this point in the history
751f1a6 fix: [#2] path for certificate renewal script (Jose Celano)

Pull request description:

  Fix path for certificate renewal script.

ACKs for top commit:
  josecelano:
    ACK 751f1a6

Tree-SHA512: 170d01400f51dace003cba995cddc38d98b0be25c36661ab0e42b60a0033e9d2d44aac04fec90329d0ce18f068af1a091ed5060f2cac1d1f1f618b3f6d147c60
  • Loading branch information
josecelano committed Dec 4, 2024
2 parents af1cbb4 + 751f1a6 commit 8c38f65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion droplet/bin/ssl_renew.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
COMPOSE="/usr/bin/docker compose --ansi never"
DOCKER="/usr/bin/docker"

cd /home/torrust/github/torrust/hash2torrent/droplet || exit
cd /home/torrust/github/torrust/torrust-hash2torrent/droplet || exit

# Run this just for testing purposes
#$COMPOSE run certbot renew --dry-run && $COMPOSE kill -s SIGHUP proxy
Expand Down

0 comments on commit 8c38f65

Please sign in to comment.