mirror of
https://github.com/linuxserver/docker-mods.git
synced 2026-03-23 00:05:28 +08:00
fixed bad variable assignment
This commit is contained in:
parent
fb4c4c4da1
commit
b18f779a96
@ -1,6 +1,6 @@
|
||||
#!/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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user