mirror of
https://github.com/pinry/pinry.git
synced 2026-01-10 09:12:07 +01:00
Fix: Fix non-effect env
This commit is contained in:
@@ -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 ${@}
|
||||
|
||||
Reference in New Issue
Block a user