mirror of
https://github.com/kingomarnajjar/desktop-environment.git
synced 2026-07-30 18:16:42 +10:00
debugging
This commit is contained in:
parent
f9144091ad
commit
33e55c1241
1 changed files with 3 additions and 0 deletions
|
|
@ -15,6 +15,9 @@ if [ ! "$REPO_ROOT" -ef "$DESKTOP_ENVIRONMENT_HOST_REPOSITORY" ]; then
|
|||
# Clone the desktop environment to the global location on the host
|
||||
git clone https://github.com/$DESKTOP_ENVIRONMENT_REGISTRY/$DESKTOP_ENVIRONMENT_CONTAINER $DESKTOP_ENVIRONMENT_HOST_REPOSITORY
|
||||
|
||||
ls -la .
|
||||
ls l-a /
|
||||
|
||||
# Restart bootstrap from the global location
|
||||
$DESKTOP_ENVIRONMENT_HOST_REPOSITORY/host/bootstrap.sh "$@"
|
||||
exit 0
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue