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

9 lines
93 B
Bash

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