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
d6e97516d2
commit
6a4914739c
1 changed files with 2 additions and 2 deletions
|
@ -20,12 +20,12 @@ run() {
|
|||
|
||||
if [[ ! -e "$CUSTOM_BASH_SCRIPTS_PATH"/custom-scripts.md ]]; then
|
||||
bashio::log.warning "custom-scripts.md does not exist."
|
||||
cp "$DEFAULT_FILES_PATH"/core/custom-scripts.md "$CUSTOM_BASH_SCRIPTS_PATH"/custom-scripts.md
|
||||
cp "$DEFAULT_FILES_PATH"/core/custom-scripts.md "$CUSTOM_BASH_SCRIPTS_PATH"/example-mqtt.md
|
||||
fi
|
||||
|
||||
if [[ ! -e "$CUSTOM_BASH_SCRIPTS_PATH"/custom-template.sh ]]; then
|
||||
bashio::log.warning "custom-template.sh does not exist."
|
||||
cp "$DEFAULT_FILES_PATH"/core/custom-template.sh "$CUSTOM_BASH_SCRIPTS_PATH"/custom-template.sh
|
||||
cp "$DEFAULT_FILES_PATH"/core/custom-template.sh "$CUSTOM_BASH_SCRIPTS_PATH"/example-mqtt.sh
|
||||
fi
|
||||
|
||||
if [ ! -e "$USER_CUSTOM_DIR" ]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue