Skip to content

Commit

Permalink
Update log message
Browse files Browse the repository at this point in the history
  • Loading branch information
thespad committed Jan 19, 2025
1 parent 2160126 commit c0adf4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion root/etc/s6-overlay/s6-rc.d/svc-swag-auto-reload/run
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ if [[ ${SWAG_AUTORELOAD,,} == "true" ]]; then
echo "ERROR: Legacy SWAG Auto Reload Mod detected, to use the built-in Auto Reload functionality please remove it from your container config."
sleep infinity
else
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:"
echo "/config/nginx"
ACTIVE_WATCH=("/config/nginx")
for i in $(echo "${SWAG_AUTORELOAD_WATCHLIST}" | tr "|" " "); do
Expand Down

0 comments on commit c0adf4f

Please sign in to comment.