1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-01-11 05:17:41 +03:00

bug #701: old code left in im wrapper

This commit is contained in:
Javi Fontan 2011-07-01 13:11:07 +02:00
parent 33fe05472f
commit 0912dd690c

View File

@ -16,15 +16,6 @@
# limitations under the License. #
#--------------------------------------------------------------------------- #
#Parse command line arguments
while getopts r: option $@
do
case $option in
r) export IM_REMOTE_DIR="$OPTARG";;
esac
done
shift $(($OPTIND - 1))
#Setup driver variables
DRIVER_NAME=`basename $0 | cut -d. -f1`