Skip to content

Commit 9fcf7bd

Browse files
authored
Make is standard compliant
1 parent 3183e6c commit 9fcf7bd

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

iris.script

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
1-
zn "USER"
2-
zpm
3-
load /home/irisowner/dev
4-
exit
5-
halt
1+
zn "%SYS"
2+
// Unexpire passwords and set up passwordless mode to simplify dev use.
3+
do ##class(Security.Users).UnExpireUserPasswords("*")
4+
zpm "install passwordless"
5+
6+
zn "USER"
7+
ZPM "load /home/irisowner/dev/ -v":1
8+
zpm "list"
9+
halt

0 commit comments

Comments
 (0)