Modify typo

This commit is contained in:
Kazuhiro MUSASHI 2023-01-28 21:25:41 +09:00
parent b6b284efcb
commit 5544e825cc
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