Create a Boot Script (cont.)
#!/bin/shUpgradeScript=/ClearCase/Install/Cur_ver/upgrade.shClearCaseDir=/usr/atria/.## see if we can get to the Upgrade Script#if [ -x $UpgradeScript -a -f $UpgradeScript ]then # # Is ClearCase Installed (assume yes if we can get to /usr/atria) # if [ -d $ClearCaseDir -a -r $ClearCaseDir ] then $UpgradeScript fifi