This repository has been archived on 2022-02-20. You can view files and clone it, but cannot push or open issues/pull-requests.
bash-shell-base/env/01-opt.path

5 lines
85 B
SYSTEMD

# include binaries in /optu
if [ -d "/opt/bin" ] ; then
PATH="/opt/bin:$PATH"
fi