We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2160126 commit c0adf4fCopy full SHA for c0adf4f
1 file changed
root/etc/s6-overlay/s6-rc.d/svc-swag-auto-reload/run
@@ -6,7 +6,7 @@ if [[ ${SWAG_AUTORELOAD,,} == "true" ]]; then
6
echo "ERROR: Legacy SWAG Auto Reload Mod detected, to use the built-in Auto Reload functionality please remove it from your container config."
7
sleep infinity
8
else
9
- echo "Auto-reload: Watching the following files/folders for changes (excluding .sample, .swp, and .md files):"
+ echo "Auto-reload: Watching the following folders for changes to .conf files:"
10
echo "/config/nginx"
11
ACTIVE_WATCH=("/config/nginx")
12
for i in $(echo "${SWAG_AUTORELOAD_WATCHLIST}" | tr "|" " "); do
0 commit comments