Changes between Version 162 and Version 163 of Docs/825gen2/Dev/UpdatingLegacyApps


Ignore:
Timestamp:
11/19/25 16:42:48 (2 days ago)
Author:
Don Wilson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Docs/825gen2/Dev/UpdatingLegacyApps

    v162 v163  
    134134}}}
    135135
    136 Run the //test825/ script on the indicator to close the current session and connect to the NFS file share on the development VM. For example, if the 825 development environment VM is IP address 10.1.2.75:
     136Run the //test825// script on the indicator to close the current session and connect to the NFS file share on the development VM. For example, if the 825 development environment VM is IP address 10.1.2.75:
    137137{{{
    138138card825gen2:~$ . test825 10.1.2.75
    139139}}}
    140 // Be sure to include the "." period before test825.//
     140// Be sure to include the "." period before test825. This is necessary so that environment variables set with the script are retained outside of the script.//
    141141
    142142{{{