mirror of
https://github.com/hassio-addons/addon-vscode.git
synced 2025-05-03 02:31:34 +00:00
devenv
This commit is contained in:
parent
7cb8d61844
commit
a33b74b86c
2 changed files with 3 additions and 5 deletions
|
@ -30,7 +30,6 @@ run() {
|
|||
|
||||
if [ "$(ls -A "$CUSTOM_BASH_SCRIPTS_PATH")" ]; then
|
||||
for script in "${CUSTOM_BASH_SCRIPTS_PATH}"/*.sh/!"$pathsfile"; do
|
||||
|
||||
echo "Running custom script: $script"
|
||||
chmod +x "$script"
|
||||
"$script"
|
||||
|
|
|
@ -4,10 +4,9 @@
|
|||
# Home Assistant Community Add-on: Studio Code Server
|
||||
# Persists user settings and installs custom user packages.
|
||||
# ==============================================================================
|
||||
readonly GIT_USER_PATH=/data/git
|
||||
readonly SSH_USER_PATH=/data/.ssh
|
||||
readonly ZSH_HISTORY_FILE=/root/.zsh_history
|
||||
readonly ZSH_HISTORY_PERSISTANT_FILE=/data/.zsh_history
|
||||
|
||||
# shellcheck source=../paths.sh
|
||||
source "/etc/s6-overlay/s6-rc.d/paths.sh"
|
||||
|
||||
run() {
|
||||
setup_ssh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue