Skip to content

Commit

Permalink
Merge pull request #1 from Caledric/Caledric-patch-1
Browse files Browse the repository at this point in the history
Update t2.lic
  • Loading branch information
Caledric authored Jan 2, 2024
2 parents b330360 + 6a36e86 commit b3df7b6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions t2.lic
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ class T2
if !@args.nodelay && @settings.t2_startup_delay.to_i > 0
pause until Time.now - DRSkill.start_time > @settings.t2_startup_delay
end

if !@settings.t2_before_startup.empty?
echo "***STATUS*** Performing Pre-startup activities."
execute_actions(@settings.t2_before_startup)
end
end

def run
Expand Down

0 comments on commit b3df7b6

Please sign in to comment.