Add better error message. It was confusing that kickstart was not installed
This commit is contained in:
parent
13a79986ea
commit
16cc760538
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user