Skip to content

Commit

Permalink
Reset the program script during installation contribution
Browse files Browse the repository at this point in the history
If not the script code got set during the first invocation (after bootup?)
So, there was no chance to fetch the code once a connection could not be
established, as the popup code was already retreived and the check for
an empty string failed.
  • Loading branch information
fmauch committed Sep 8, 2020
1 parent 8f89e60 commit 0b68d0d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ public boolean isDefined() {

@Override
public void generateScript(ScriptWriter writer) {

// Make sure the program gets requested at least once
urScriptProgram = "";
}

// IP helper functions
Expand Down

0 comments on commit 0b68d0d

Please sign in to comment.