Skip to content

Commit 6265f21

Browse files
committed
add passwordless mode
1 parent 33043c7 commit 6265f21

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

iris.script

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,10 @@
1212
do $SYSTEM.OBJ.Load("/home/irisowner/irisdev/Installer.cls", "ck")
1313
set sc = ##class(App.Installer).setup()
1414

15-
15+
// comment the line below for production images
16+
zpm "install passwordless"
1617
// load all the code of the project as a ZPM package
1718
zn "IRISAPP"
19+
1820
zpm "load /home/irisowner/irisdev/ -v":1:1
1921
halt

0 commit comments

Comments
 (0)