This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | #!/bin/sh | |
| if [ `nvram get https_enable` -gt 0 ] ; then | |
| # get the absolute directory of the executable | |
| SELF_PATH=$(cd -P "$(dirname "$0")" && pwd -P) | |
| echo SELF_PATH: ${SELF_PATH} | |
| # extract the mount path |