mirror of
https://github.com/unifi-utilities/unifios-utilities.git
synced 2024-08-30 18:32:21 +00:00
5 lines
46 B
Bash
5 lines
46 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
PATH="/data/opt:$PATH"
|
||
|
export PATH
|