armbian / config

Armbian Linux configuration utility
GNU General Public License v2.0
467 stars 168 forks source link

If armbianEnv.txt happens to have a "user_overlays" line but no "over… #188

Closed ajfiftyp closed 1 year ago

ajfiftyp commented 1 year ago

…lays" line, adding a first overlay will fail because the script matches the "user_overlays" but after that will fail to append to the non existing line. The grep has to match the begin of line "^overlay" to avoid ambiguity.