Skip to content

Commit c0adf4f

Browse files
committed
Update log message
1 parent 2160126 commit c0adf4f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • root/etc/s6-overlay/s6-rc.d/svc-swag-auto-reload

root/etc/s6-overlay/s6-rc.d/svc-swag-auto-reload/run

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ if [[ ${SWAG_AUTORELOAD,,} == "true" ]]; then
66
echo "ERROR: Legacy SWAG Auto Reload Mod detected, to use the built-in Auto Reload functionality please remove it from your container config."
77
sleep infinity
88
else
9-
echo "Auto-reload: Watching the following files/folders for changes (excluding .sample, .swp, and .md files):"
9+
echo "Auto-reload: Watching the following folders for changes to .conf files:"
1010
echo "/config/nginx"
1111
ACTIVE_WATCH=("/config/nginx")
1212
for i in $(echo "${SWAG_AUTORELOAD_WATCHLIST}" | tr "|" " "); do

0 commit comments

Comments
 (0)