mirror of
https://github.com/langflow-ai/langflow.git
synced 2026-07-23 21:48:22 +08:00
chore: remove unused script and log (#3343)
* refactor: Removed the unnecessary update_poetry script. * fix: Handle existing .env file without logging unnecessary message.
This commit is contained in:
committed by
GitHub
parent
981f314a73
commit
db72268a04
@ -5,5 +5,6 @@ if [ ! -f .env ]; then
|
||||
echo "Creating .env file"
|
||||
touch .env
|
||||
else
|
||||
echo ".env file already exists"
|
||||
fi
|
||||
# do nothing and do not log
|
||||
true
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user