Skip to content

Commit

Permalink
feat: EZOut Container.stop.ps1 ( Fixes #244 )
Browse files Browse the repository at this point in the history
  • Loading branch information
StartAutomating committed Sep 6, 2024
1 parent ee47c9f commit 128b80c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Container.stop.ps1
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<#
.SYNOPSIS
Stops the container.
.DESCRIPTION
This script is called when the container is about to stop.
It can be used to perform any necessary cleanup before the container is stopped.
#>
"Container now exiting, thank you for using EZOut!" | Out-Host

0 comments on commit 128b80c

Please sign in to comment.