[refactor] grep file instead of piping cat to grep

This commit is contained in:
William Wernert
2020-04-18 18:08:33 -04:00
parent 789173be98
commit 6d3bc4ec1d
2 changed files with 5 additions and 4 deletions

View File

@@ -314,6 +314,7 @@ collect_webuser_inputs() {
fi
done
}
configure_minion() {
# You have to pass the TYPE to this function so it knows if its a master or not