File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 8
8
- " 5901:5900"
9
9
volumes :
10
10
- ./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.
13
12
- /dev/null
14
13
environment :
15
14
- DECONZ_VNC_MODE=1
Original file line number Diff line number Diff line change @@ -370,7 +370,7 @@ def loadService(serviceName, reload = False):
370
370
print ("* Error in YAML file" )
371
371
print ("* YAML file is unreadable" )
372
372
print ("* Buildstack script was modified" )
373
- time . sleep ( 1 )
373
+ input ( "Press Enter to exit..." )
374
374
sys .exit (1 )
375
375
376
376
return True
You can’t perform that action at this time.
0 commit comments