Add better error message. It was confusing that kickstart was not installed

This commit is contained in:
Bruno Tavares 2014-03-17 18:22:48 -03:00
parent 13a79986ea
commit 16cc760538

View File

@ -32,7 +32,7 @@ shift
command_file="$curr_dir"/../lib/kickstart-$command
if ! [[ -x $command_file ]]; then
echo "Command does not exist. Run kickstart help"
echo "\"kickstart $command\" is not a subcommand. Run \"kickstart help\" for more information."
exit 1
fi