diff --git a/shemum b/shemum index f60a354..2be4da8 100755 --- a/shemum +++ b/shemum @@ -6,7 +6,6 @@ # TODO: Implement operating system installer variable list. # Debug mode -# To enable debug mode remove the comment. # Default: true DEBUG=true @@ -24,7 +23,7 @@ ROOT_PATH="$HOME/Machines" ISO_PATH="$ROOT_PATH/$OS_NAME/$OS_NAME.iso" IMG_PATH="$ROOT_PATH/$OS_NAME/$OS_NAME.img" -# Sources defualt values +# Sources default values . ".env" # Sources virtual machine specific values @@ -122,7 +121,6 @@ usage_func() { # Options case $OPTION in - # Initializes the VM and starts the installer image. "init") init_func ;;