awips2/rpms/awips2.core/Installer.cli/scripts/profile.d/awips2CLI.sh
2022-05-05 12:34:50 -05:00

12 lines
222 B
Bash

#!/bin/bash
if [ $(id -u) -eq 0 -a ! -v A2LIBS ]; then
return;
fi
# Determine where awips2-cli has been installed.
if [ -d /awips2/fxa ]; then
CLI_INSTALL=/awips2/fxa
export PATH=${CLI_INSTALL}/bin:${PATH}
fi