Selaa lähdekoodia

Fix: Fix non-effect env

pull/131/head
winkidney 6 vuotta sitten
vanhempi
commit
08fc46e667
1 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  1. +2
    -1
      start_docker_with_current_user.sh

+ 2
- 1
start_docker_with_current_user.sh Näytä tiedosto

@@ -1,2 +1,3 @@
#!/usr/bin/env bash
CURRENT_UID=$(id -u):$(id -g) sudo docker-compose up ${@}
_CURRENT_UID=$(id -u):$(id -g)
sudo CURRENT_UID=${_CURRENT_UID} docker-compose up ${@}

Ladataan…
Peruuta
Tallenna