mirror of
https://github.com/linuxserver/docker-swag.git
synced 2025-02-09 11:18:31 -05:00
Update log message
This commit is contained in:
parent
2160126f96
commit
c0adf4fd0a
@ -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."
|
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
|
sleep infinity
|
||||||
else
|
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"
|
echo "/config/nginx"
|
||||||
ACTIVE_WATCH=("/config/nginx")
|
ACTIVE_WATCH=("/config/nginx")
|
||||||
for i in $(echo "${SWAG_AUTORELOAD_WATCHLIST}" | tr "|" " "); do
|
for i in $(echo "${SWAG_AUTORELOAD_WATCHLIST}" | tr "|" " "); do
|
||||||
|
Loading…
x
Reference in New Issue
Block a user