Commit c39861d9 authored by Robert Schmidt's avatar Robert Schmidt

Remove useless freediameter references

parent 29b6011b
...@@ -462,17 +462,6 @@ function main() { ...@@ -462,17 +462,6 @@ function main() {
cecho "OPENAIR_DIR = $OPENAIR_DIR" $green cecho "OPENAIR_DIR = $OPENAIR_DIR" $green
# for conf files copy in this bash script
if [ -d /usr/lib/freeDiameter ]; then
export FREEDIAMETER_PREFIX=/usr
else
if [ -d /usr/local/lib/freeDiameter ]; then
export FREEDIAMETER_PREFIX=/usr/local
else
echo_warning "FreeDiameter prefix not found, install freeDiameter if EPC, HSS"
fi
fi
if [ "$CLEAN_ALL" = "1" ] ; then if [ "$CLEAN_ALL" = "1" ] ; then
clean_all_files clean_all_files
echo_info "Erased all previously producted files" echo_info "Erased all previously producted files"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment