Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'bin/ncp/NETWORKING/nc-static-IP.sh')
-rw-r--r--bin/ncp/NETWORKING/nc-static-IP.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/bin/ncp/NETWORKING/nc-static-IP.sh b/bin/ncp/NETWORKING/nc-static-IP.sh
index 9b3988f6..63ce705f 100644
--- a/bin/ncp/NETWORKING/nc-static-IP.sh
+++ b/bin/ncp/NETWORKING/nc-static-IP.sh
@@ -8,8 +8,6 @@
# More at: https://ownyourbits.com
#
-source /usr/local/etc/library.sh
-
configure()
{
local GW="$( ip r | grep "default via" | awk '{ print $3 }' | head -1 )"