Skip to content

Commit

Permalink
update config
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-allen-ck committed Apr 12, 2024
1 parent b1bb5c9 commit c5ce11b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ data "template_file" "vm_config" {
FILESHARE_NAME = var.shared_storage_access ? data.azurerm_storage_share.shared_storage[0].name : ""
NEXUS_PROXY_URL = local.nexus_proxy_url
CONDA_CONFIG = local.selected_image.conda_config ? 1 : 0
VM_USER = random_string.username.result
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ sudo adduser xrdp ssl-cert
if [ "${INSTALL_UI}" -eq 1 ]; then
sudo apt-get install xorg xfce4 xfce4-goodies dbus-x11 x11-xserver-utils -y
echo xfce4-session > ~/.xsession
sudo su - ${VM_USER} -c "echo xfce4-session > ~/.xsession"
fi

# Fix for blank screen on DSVM (/sh -> /bash due to conflict with profile.d scripts)
Expand Down

0 comments on commit c5ce11b

Please sign in to comment.