From ff37b6c0dd6a6c7bf1d6d55e642c0c24fa54d226 Mon Sep 17 00:00:00 2001 From: Daniel Dayley Date: Tue, 2 Nov 2021 20:37:08 -0600 Subject: [PATCH] Cleaned up config if you don't need it --- new_python_tool.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/new_python_tool.sh b/new_python_tool.sh index bf1f133..a08ffa0 100755 --- a/new_python_tool.sh +++ b/new_python_tool.sh @@ -130,6 +130,8 @@ new_python_tool() { done if [ "$INSTALL_CONFIG" == 'y' ]; then sed_i "s#INSTALL=\"\(.*\)\"#INSTALL=\"\1config \"#g" ./"$NAME"/setup.sh + else + rm ./"$NAME"/config.yml fi # Remove setup.sh if our tool doesn't need it to install.