mirror of
https://github.com/kingomarnajjar/desktop-environment.git
synced 2026-07-26 06:37:21 +10:00
subshell
This commit is contained in:
parent
0c42e64b52
commit
71467aefad
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ docker run \
|
|||
sleep infinity
|
||||
|
||||
# Wait until the desktop environment test container is running before proceeding
|
||||
timeout 10 until docker inspect $DESKTOP_ENVIRONMENT_CONTAINER_NAME | grep Status | grep -m 1 running >/dev/null; do sleep 1; done
|
||||
timeout 10 $(until docker inspect $DESKTOP_ENVIRONMENT_CONTAINER_NAME | grep Status | grep -m 1 running >/dev/null; do sleep 1; done)
|
||||
|
||||
# Start the vnc server inside the desktop environment test container
|
||||
$REPO_ROOT/docker/scripts/exec.sh /home/$DESKTOP_ENVIRONMENT_USER/.config/scripts/startup.sh
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue