Merge pull request #2 from kazu634/20230128r1

Modify typo
This commit is contained in:
Kazuhiro MUSASHI 2023-01-28 21:26:31 +09:00 committed by GitHub
commit 30d06332f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ for CONF in `find ${CUR}/sites-available/ -type f` ; do
done
for CONF in `find ${CUR}/stream-available/ -type f` ; do
ln -f -s ${CONF} /etc/nginx/sites-enabled/
ln -f -s ${CONF} /etc/nginx/stream-enabled/
done
for CONF in `find ${CUR}/consul-template.d/conf/ -type f -name "*.conf"` ; do