Skip to content

iris.script damaged by unqualified commenting. Build fails #6

@r-cemper

Description

@r-cemper

#working iris.script
#===========

    zn "%SYS"

    // Unexpire passwords and set up passwordless mode to simplify dev use. 
 ; <<<<<<< Updated upstream//
    // ** Comment out these two lines for Production use **
 ; =======
    // ** Comment out these two line for Production use **
 ; >>>>>>> Stashed changes
    do ##class(Security.Users).UnExpireUserPasswords("*")
    zpm "install passwordless"

    zn "USER"
 ; <<<<<<< Updated upstream
    // Create /_vscode web app to support intersystems-community.testingmanager VS Code extension
    zpm "install vscode-per-namespace-settings"
    zpm "install webterminal"
 ; =======

    // Create /_vscode web app to support intersystems-community.testingmanager VS Code extension
    zpm "install vscode-per-namespace-settings"

 ; >>>>>>> Stashed changes
    zpm "load /home/irisowner/dev/ -v":1
    halt

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions