#!/bin/bash if [[ -z "$2" ]]; then echo "Usage $0: " exit 1 fi CHEFSERVER="$1" CHEFPASSWD="$2" if [[ ! -d .chef ]]; then knife configure --initial <