diff options
-rwxr-xr-x | server/bin/getRepoIface | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/server/bin/getRepoIface b/server/bin/getRepoIface deleted file mode 100755 index 2ce208be..00000000 --- a/server/bin/getRepoIface +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/bash - -# This script takes the IPlocal variable of the repository -# and returns the system interface -# Alfredo Luque <aluque@soleta.eu> - -source /opt/opengnsys/etc/ogAdmRepo.cfg - -ip addr show | grep $IPlocal | cut -f2 | awk '{ print $NF }' |