User Tools

Site Tools


packet:xrouter:manpages:parsing

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
packet:xrouter:manpages:parsing [2025/04/20 07:25] m0mzfpacket:xrouter:manpages:parsing [2025/04/20 07:28] (current) m0mzf
Line 58: Line 58:
 } }
 checkRoot () { checkRoot () {
- if [[ $UID -eq 0 ]]; then;+ if [[ $UID -eq 0 ]]; then
  echoRed "Don't run this as root please"  echoRed "Don't run this as root please"
  exit 1  exit 1
Line 152: Line 152:
  ;;  ;;
  # For HLP files we don't want to remove the last line because that truly is real content  # For HLP files we don't want to remove the last line because that truly is real content
- HLPFILES) awk "$awkParseHlp" "$file" >> "$outputpath + HLPFILES) awk "$awkParseHlp" "$file" >> "$outputpath" 
- echo -e "</code>" >> "$outputpath+ echo -e "</code>" >> "$outputpath"
  ;;  ;;
  esac  esac
packet/xrouter/manpages/parsing.1745133934.txt.gz · Last modified: 2025/04/20 07:25 by m0mzf