diff --git a/blueprint.sh b/blueprint.sh index 45cae6f..e7f9008 100644 --- a/blueprint.sh +++ b/blueprint.sh @@ -320,6 +320,7 @@ if [[ ( $2 == "-i" ) || ( $2 == "-install" ) ]]; then VCMD="y" dev=false n=$3 FILE=$n".blueprint" + if [[ ( $FILE == *".blueprint.blueprint" ) && ( $n == *".blueprint" ) ]]; then FILE=$n;fi if [[ ! -f "$FILE" ]]; then quit_red "[FATAL] $FILE could not be found.";fi ZIP=$n".zip"