Chameleon

Chameleon Commit Details

Date:2011-10-05 19:28:03 (12 years 6 months ago)
Author:blackosx
Commit:1607
Parents: 1606
Message:Fixed script to allow check for existing Chameleon installation to work.
Changes:
M/branches/blackosx/package/Scripts/Main/Standard/postinstall
M/branches/blackosx/package/Scripts/Sub/CheckProceed.sh

File differences

branches/blackosx/package/Scripts/Main/Standard/postinstall
8282
8383
8484
85
85
8686
8787
8888
"$scriptDir"CheckProceed.sh "${targetDisk}" "${targetDeviceRaw}" "${targetVolume}" "${targetDevice}" "${targetVolume}" "${scriptDir}"
returnValue=$?
if [ ${returnValue}=0 ]; then
if [ ${returnValue} = 0 ]; then
# OK to proceed
branches/blackosx/package/Scripts/Sub/CheckProceed.sh
115115
116116
117117
118
118
119119
120120
121121
if [ $stageExistence == 3 ] && [ $i -ne $sliceNumber ]; then
echo "STOP: Not recommended you install to $targetDeviceRaw as there is already an existing Chameleon installation on $targetDiskRaw"
"$scriptDir"InstallLog.sh "${installerVolume}" "STOP: Not recommended you install to $targetDeviceRaw as there is already an existing Chameleon installation on $targetDiskRaw."
"$scriptDir"InstallLog.sh "${installerVolume}" "STOP: Not recommended you install to $targetDeviceRaw as there is already an existing Chameleon installation on $targetDiskRaw."
echo "================================"
echo "End"
echo "--------------------------------"

Archive Download the corresponding diff file

Revision: 1607