mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-07-05 07:40:00 -04:00
fixed sed delimiter to prevent interferring with paths
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
#!/usr/bin/with-contenv bash
|
#!/usr/bin/with-contenv bash
|
||||||
|
|
||||||
$TAIL_LOGS=$(echo $LOGS_TO_STDOUT | sed 's/|/ -f /g')
|
$TAIL_LOGS=$(echo $LOGS_TO_STDOUT | sed 's#|# -f #g')
|
||||||
|
|
||||||
|
echo "Executing: tail -f $TAIL_LOGS"
|
||||||
tail -f $TAIL_LOGS
|
tail -f $TAIL_LOGS
|
||||||
|
|||||||
Reference in New Issue
Block a user