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 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments