diff --git a/template-setup.sh b/template-setup.sh index 15854ca..fa48d15 100755 --- a/template-setup.sh +++ b/template-setup.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -mv example.env .env +cp example.env .env # Function to prompt for 'y' input prompt_confirmation() {