diff --git a/setup.sh b/setup.sh index ede60843566fda44ce068af4934771103c8fa549..bad81d98e8885bd8077f334e5e6f2296c2d5ae48 100755 --- a/setup.sh +++ b/setup.sh @@ -206,13 +206,6 @@ function waGetInquirer() { fi # shellcheck source=/dev/null # Exclude this file from being checked by ShellCheck. source "$INQUIRER" - if [ -d "$SYS_SOURCE_PATH" ]; then - source "$SYS_SOURCE_PATH/$INQUIRER" - elif [ -d "$USER_SOURCE_PATH" ]; then - source "$USER_SOURCE_PATH/$INQUIRER" - else - continue - fi } # Name: 'waCheckInput'