From 89cc2c247d4db86a500f23089916c73565659b83 Mon Sep 17 00:00:00 2001 From: OCram85 Date: Thu, 10 Nov 2022 07:56:07 +0100 Subject: [PATCH] fix --- install-devruntime | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install-devruntime b/install-devruntime index dff66f9..842066d 100755 --- a/install-devruntime +++ b/install-devruntime @@ -163,8 +163,8 @@ function main() { elif [[ "$i" == "disablemotd" ]]; then disableMotd exit 0 - elif [[ "$i" == "setcode" ]]; then - codesettings + elif [[ "$i" == "codesetting" ]]; then + setCodeCettings exit 0 else sayE "Unknown parameter value given!($i)."