From b9c128afb213e0af99c45a886e1d3dc1100f0135 Mon Sep 17 00:00:00 2001 From: Jackson Delahunt Date: Wed, 30 Jan 2019 13:59:36 +1100 Subject: [PATCH] login --- scripts/exec.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/exec.sh b/scripts/exec.sh index 196bfba..266c235 100755 --- a/scripts/exec.sh +++ b/scripts/exec.sh @@ -1,4 +1,4 @@ docker exec \ --interactive \ --tty \ - desktop-environment zsh -c "$*" + desktop-environment zsh --login -c "$*"