We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33043c7 commit 6265f21Copy full SHA for 6265f21
1 file changed
iris.script
@@ -12,8 +12,10 @@
12
do $SYSTEM.OBJ.Load("/home/irisowner/irisdev/Installer.cls", "ck")
13
set sc = ##class(App.Installer).setup()
14
15
-
+ // comment the line below for production images
16
+ zpm "install passwordless"
17
// load all the code of the project as a ZPM package
18
zn "IRISAPP"
19
+
20
zpm "load /home/irisowner/irisdev/ -v":1:1
21
halt
0 commit comments