mirror of
https://github.com/linuxserver/docker-mods.git
synced 2026-01-18 19:32:32 +08:00
Merge branch 'code-server-golang' into code-server-golang-multi
This commit is contained in:
commit
4e71574493
@ -1,8 +1,8 @@
|
||||
#!/usr/bin/with-contenv bash
|
||||
|
||||
echo "ensuring golang is in PATH"
|
||||
if grep -q '^PATH=' /etc/services.d/code-server/run; then
|
||||
if ! grep -q '^PATH=.*/usr/local/go/bin.*' /etc/services.d/code-server/run; then
|
||||
if grep -q -E '^(export )?PATH=' /etc/services.d/code-server/run; then
|
||||
if ! grep -q -E '^(export )?PATH=.*/usr/local/go/bin.*' /etc/services.d/code-server/run; then
|
||||
sed -i '/PATH/ s/$/:\/usr\/local\/go\/bin/' /etc/services.d/code-server/run
|
||||
fi
|
||||
else
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user