Skip to content

Commit

Permalink
fix: [#2] path for certificate renewal script
Browse files Browse the repository at this point in the history
  • Loading branch information
josecelano committed Dec 4, 2024
1 parent af1cbb4 commit 751f1a6
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 751f1a6

Please sign in to comment.