Cleaned up config if you don't need it
This commit is contained in:
parent
4253bb390a
commit
ff37b6c0dd
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user