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
9b46b2a4be
commit
f10bfe60cc
3 changed files with 4 additions and 10 deletions
|
@ -3,9 +3,11 @@
|
|||
|
||||
This directory is for shell scripts to be ran at boot time so you can add functionality if needed.
|
||||
|
||||
## custom-template.sh
|
||||
## example-mqtt.sh
|
||||
|
||||
This script is an example of a script that has an on/off switch that can allow you to add extra functionality when needed. To run it,
|
||||
This script is an example of a script that pulls the openMQTT source.
|
||||
|
||||
It has an on/off switch that can allow you to add extra functionality when needed. To run it,
|
||||
change ENABLE to true and restart the VS Code server instance.
|
||||
|
||||
## PATHS.sh
|
||||
|
|
|
@ -1,8 +0,0 @@
|
|||
#!/usr/bin/env bash
|
||||
ENABLE=false
|
||||
# shellcheck source=./PATHS.sh
|
||||
source "/etc/s6-overlay/s6-rc.d/paths.sh"
|
||||
|
||||
if [ "$ENABLE" = true ]; then
|
||||
echo "Custom Script"
|
||||
fi
|
Loading…
Add table
Add a link
Reference in a new issue