mirror of
https://github.com/hassio-addons/addon-vscode.git
synced 2025-05-03 18:51:23 +00:00
devenv
This commit is contained in:
parent
68f65e7e8a
commit
7dafbaa020
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ run() {
|
|||
setup_clean_view() {
|
||||
# Links some common directories to the user's home folder for convenience
|
||||
for dir in "${DIRECTORIES[@]}"; do
|
||||
if [ -e "${dir}" ]; then
|
||||
if [ -e /"${dir}" ]; then
|
||||
current="${CODE_SERVER_WORKSPACE_DIR}"/"${dir}"
|
||||
|
||||
if [ ! -e "${current}" ]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue