gsgp/util/common

8 lines
111 B
Bash

#!/bin/bash
if [ ! "$GSGP_PROFILE_PATH" ]; then
echo "ERROR: Profile path unavailable" >&2
exit 1
fi