gentoo-install/scripts/protection.sh

5 lines
148 B
Bash
Raw Normal View History

if [[ "$GENTOO_INSTALL_REPO_SCRIPT_ACTIVE" != "true" ]]; then
echo " * ERROR: This script must not be executed directly!" >&2
exit 1
fi