gentoo-install/scripts/protection.sh

7 lines
156 B
Bash
Raw Normal View History

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