Update vmcreate1.sh
This commit is contained in:
@@ -31,6 +31,7 @@ if [ $# -eq 0 && -v $file && ! -f $file ]; then
|
|||||||
n) read -p "Enter file name: " file;;
|
n) read -p "Enter file name: " file;;
|
||||||
N) read -p "Enter file name: " file;;
|
N) read -p "Enter file name: " file;;
|
||||||
*) echo "Use '-f' flag for help"; exit 0;;
|
*) echo "Use '-f' flag for help"; exit 0;;
|
||||||
|
esac
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ $# -ne 0 && -v file ]; then show_help; fi
|
if [ $# -ne 0 && -v file ]; then show_help; fi
|
||||||
|
|||||||
Reference in New Issue
Block a user