Skip to content

Commit ef6c7fc

Browse files
committed
fix small issues with docker setup sh
1 parent 002865f commit ef6c7fc

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ docker-run:
4949

5050
.PHONY: docker-cert
5151
docker-cert: clean-certs ## Create SSL certificates for server
52+
mkdir -p certs/
5253
OSCAR_HOST=$(OSCAR_HOST) docker compose run --no-TTY --rm cert-gen
5354

5455
.PHONY: docker-nss

docker-setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Next Steps:
9797
${YELLOW}127.0.0.1 $OSCAR_HOST${NC}
9898
${GREEN}
9999
3. For AIM 6.x client setup instructions, see:
100-
https://github.com/mk6i/retro-aim-server/blob/main/AIM6.md#aim-6265312-setup
100+
https://github.com/mk6i/retro-aim-server/blob/main/docs/AIM6.md#aim-6265312-setup
101101
102102
Enjoy!
103103
${NC}"

0 commit comments

Comments
 (0)