From dad18dc5def0753a27f2c631fbd3a8686ab9a32f Mon Sep 17 00:00:00 2001 From: DL6ER Date: Wed, 25 Jan 2017 10:35:45 +0100 Subject: [PATCH] Changed keywords --- advanced/Scripts/webpage.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/advanced/Scripts/webpage.sh b/advanced/Scripts/webpage.sh index f10f79f3..fd882bd3 100755 --- a/advanced/Scripts/webpage.sh +++ b/advanced/Scripts/webpage.sh @@ -361,8 +361,8 @@ main() { "-h" | "--help" ) helpFunc;; "privacymode" ) SetPrivacyMode;; "resolve" ) ResolutionSettings;; - "addstatic" ) AddDHCPStaticAddress;; - "removestatic" ) RemoveDHCPStaticAddress;; + "addstaticdhcp" ) AddDHCPStaticAddress;; + "removestaticdhcp" ) RemoveDHCPStaticAddress;; * ) helpFunc;; esac