From a34485225f07fc1c98865219c04f2457dd76a244 Mon Sep 17 00:00:00 2001 From: Christian Zeitnitz Date: Tue, 16 Mar 2021 21:50:44 +0100 Subject: [PATCH] Fix install_feature function --- installers/common.sh | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/installers/common.sh b/installers/common.sh index 95a70e03..24f19dbe 100755 --- a/installers/common.sh +++ b/installers/common.sh @@ -71,18 +71,6 @@ function _install_features() { done } -function _install_features() { - path="$webroot_dir/installers" - foreach feature in $(ls "$path/install_feature*.sh"); do - source $feature - f=$(basename $feature) - func="_${$f%.*}" - if declare -f -F $1 > /dev/null; then - echo "Call $func" - fi - done -} - # Prompts user to set installation options function _config_installation() { if [ "$upgrade" == 1 ]; then