[Commits] [svn:einsteintoolkit] tools/trunk/VirtualBox/ (Rev. 27)

knarf at cct.lsu.edu knarf at cct.lsu.edu
Thu Apr 19 13:22:36 CDT 2012


User: knarf
Date: 2012/04/19 01:22 PM

Modified:
 /trunk/VirtualBox/
  remove_ET

Log:
 don't use absolute path

File Changes:

Directory: /trunk/VirtualBox/
=============================

File [modified]: remove_ET
Delta lines: +1 -1
===================================================================
--- trunk/VirtualBox/remove_ET	2012-04-19 17:42:03 UTC (rev 26)
+++ trunk/VirtualBox/remove_ET	2012-04-19 18:22:36 UTC (rev 27)
@@ -6,6 +6,6 @@
 fi
 VBoxManage storageattach $RELEASE --storagectl "IDE Controller" --port 0 --device 0 --type dvddrive --medium none
 VBoxManage storageattach $RELEASE --storagectl "SATA Controller" --port 0 --device 0 --type hdd --medium none
-VBoxManage closemedium dvd ~/vm/$RELEASE.iso
+VBoxManage closemedium dvd ./$RELEASE.iso
 VBoxManage closemedium disk --delete HardDisks/$RELEASE.vdi
 VBoxManage unregistervm $RELEASE --delete



More information about the Commits mailing list