decoderman / amtm

amtm - the Asuswrt-Merlin Terminal Menu
https://diversion.ch/amtm.html
GNU General Public License v3.0
175 stars 12 forks source link

PATH set incorrectly; v1.2 (March 31 2018) release #1

Closed CatOnMyLap closed 6 years ago

CatOnMyLap commented 6 years ago

PATH set incorrectly: Missing ":" (colon) before include of existing $PATH var

--- 8,9
# Set environment PATH to system binaries
export PATH=/sbin:/bin:/usr/sbin:/usr/bin$PATH
---
decoderman commented 6 years ago

Thanks, committed.