[SCM] live-config-staging branch, debian, updated. dd9996243a8fb4d28811f61a734c1526f1d76661

Richard Nelson unixabg at gmail.com
Fri Nov 19 21:20:23 UTC 2010


The following commit has been merged in the debian branch:
commit dd9996243a8fb4d28811f61a734c1526f1d76661
Author: Richard Nelson <unixabg at gmail.com>
Date:   Fri Nov 19 15:13:19 2010 -0600

    Fix path on testing for image-release.

diff --git a/scripts/config/900-vmware-player b/scripts/config/900-vmware-player
index aaf8701..75dc1da 100755
--- a/scripts/config/900-vmware-player
+++ b/scripts/config/900-vmware-player
@@ -159,9 +159,9 @@ EOF
 	# This is the test for when we want to upgrade an image and deploy to
 	# all workstations. Workstations will scratch upon CRELEASE != RELEASE.
 
-	if [ -f "${IMAGEPATH}/image-release" ]
+	if [ -f "${IMAGEPATH}/${VMXNAME}/image-release" ]
 	then
-		. "${IMAGEPATH}/image-release"
+		. "${IMAGEPATH}/${VMXNAME}/image-release"
 		echo "Found image-release: ${CRELEASE} " >> /var/log/live-vmware-player.log
 	else
 		echo "******* No image-release found to set the CRELEASE variable! *******" >> /var/log/live-vmware-player.log

-- 
live-config-staging



More information about the debian-live-changes mailing list