1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-01-25 06:03:36 +03:00

Correct driver log files

This commit is contained in:
Tino Vázquez 2010-10-07 18:26:43 +02:00
parent 755b1db038
commit 813c1f4f48
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@
#--------------------------------------------------------------------------- #
#Setup driver variables
DRIVER_NAME=`basename $1 | cut -d. -f1`
DRIVER_NAME=`basename $0 | cut -d. -f1`
if [ -z "${ONE_LOCATION}" ]; then
DRIVERRC=/etc/one/${DRIVER_NAME}/${DRIVER_NAME}rc

View File

@ -26,7 +26,7 @@ done
shift $(($OPTIND - 1))
#Setup driver variables
DRIVER_NAME=`basename $1 | cut -d. -f1`
DRIVER_NAME=`basename $0 | cut -d. -f1`
if [ -z "${ONE_LOCATION}" ]; then
DRIVERRC=/etc/one/${DRIVER_NAME}/${DRIVER_NAME}rc