This commit is contained in:
Richard Sperry 2025-04-16 13:18:11 -07:00
parent a17c2e07a2
commit 84ba49f90c

View file

@ -32,7 +32,7 @@ CODE_SERVER_CONFIG="$DEFAULT_CONFIG_PATH/config.yaml"
readonly CODE_SERVER_EXTENSIONS_INSTALL_PATH="$DEFAULT_CONFIG_PATH/extentions"
readonly CODE_SERVER_EXTENSIONS_LIST="$DEFAULT_CONFIG_PATH/vscode.extensions"
ls /| bashio::log.warning
ls / | tee
# Links some common directories to the user's home folder for convenience
for dir in "${DIRECTORIES[@]}"; do
ln -sn "/${dir}" "/SERVER/${dir}" ||