Skip to content

Commit 4221f10

Browse files
author
Slyke
committed
Moved a comment in deconz to prevent parser weirdness
1 parent ab7dec3 commit 4221f10

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.templates/deconz/service.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88
- "5901:5900"
99
volumes:
1010
- ./volumes/deconz/:/root/.local/share/dresden-elektronik/deCONZ
11-
devices:
12-
# This list is replaced during the build process. Modify the list in "build_settings.yml" to change it.
11+
devices: # This list is replaced during the build process. Modify the list in "build_settings.yml" to change it.
1312
- /dev/null
1413
environment:
1514
- DECONZ_VNC_MODE=1

scripts/buildstack_menu.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ def loadService(serviceName, reload = False):
370370
print("* Error in YAML file")
371371
print("* YAML file is unreadable")
372372
print("* Buildstack script was modified")
373-
time.sleep(1)
373+
input("Press Enter to exit...")
374374
sys.exit(1)
375375

376376
return True

0 commit comments

Comments
 (0)