mirror of
https://gitlab.com/monolithify/base-image-build.git
synced 2024-11-22 21:01:26 +00:00
8 lines
174 B
Bash
8 lines
174 B
Bash
|
#!/bin/bash
|
||
|
set -e
|
||
|
|
||
|
echo "--- RUNNING CLEANUP COMMAND ---"
|
||
|
|
||
|
echo "--- Resetting existing KVMs ---"
|
||
|
$utilsLocation/resetKVMs.sh
|
||
|
echo "--- Finished resetting existing KVMs ---"
|