gentoo-install/scripts/protection.sh

5 lines
146 B
Bash
Raw Normal View History

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