ansible-roles/ghn-gcore/ghn-gcoreboot/files/stopContainer.sh

10 lines
93 B
Bash

#!/bin/bash
cd $HOME
if [ -f .gcorerc ] ; then
. .gcorerc
gcore-stop-container
fi