Skip to content
Snippets Groups Projects
Commit a87a43fe authored by ulisse's avatar ulisse
Browse files

minor changes

parent 2cd74fd9
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,9 @@
# Common functions
#############################################
# the user executing these scripts
USER=`whoami`
# templates folder
TEMPLATE_DIR="${SRC_DIR}/templates"
......
......@@ -8,9 +8,6 @@ IMG_HOME="/opt/vm-images"
# media folder (USB mounting point)
MEDIA_DIR="${HOME}/vbox_media"
# the user executing this script
USER=`whoami`
# machines folder
MACHINES_DIR="${HOME}/VirtualBox VMs"
......
......@@ -3,7 +3,7 @@
# VirtualBox VM Scripts v0.9
# by ulisse aka A. Livio Beccaria
#
# Starts a VM
# vm-start: starts a VM
#############################################
DEBUG=0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment