Cleaned up config if you don't need it

This commit is contained in:
Daniel Dayley 2021-11-02 20:37:08 -06:00
parent 4253bb390a
commit ff37b6c0dd

View File

@ -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.