ptut-virtenv/metactl/post-stop.sh

9 lines
286 B
Bash
Raw Normal View History

#!/bin/bash
source $(dirname `realpath $0`)/environment.sh;
############################################
## ##
## Executed after stopping containers ##
## ##
############################################