diff options
author | Ramón M. Gómez <ramongomez@us.es> | 2020-02-24 12:47:45 +0100 |
---|---|---|
committer | Ramón M. Gómez <ramongomez@us.es> | 2020-02-24 12:47:45 +0100 |
commit | dcd6046c968712fa1a4f8705ac89acec00ef95b2 (patch) | |
tree | 984d04cc185e302a82f1985bfd0602f4e1a1f58f /server | |
parent | cbebec2ed2a9e6bf702ad9bbf5a60272fba1cca5 (diff) |
#959: Remove duplicate script.
Diffstat (limited to 'server')
-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 }' |