diff --git a/init.sh b/init.sh index e4c0729..aac714c 100644 --- a/init.sh +++ b/init.sh @@ -5,7 +5,7 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" DIR_NAME=$(basename "$DIR") DIR_NAME=$(echo "$DIR_NAME" | tr '[:upper:]' '[:lower:]' | sed 's/[^a-z0-9_-]//g' | tr ' ' '_') -echo "Angepasster Name: $DIR_NAME" + # Entferne vorhandenes Git-Repository, falls vorhanden rm -rf .git @@ -96,4 +96,5 @@ npm i --prefix backend --save-dev nodemon typescript ts-node git init git add . -git commit -m "Initial template setup" \ No newline at end of file +git commit -m "Initial template setup" +echo "Angepasster Name: $DIR_NAME" \ No newline at end of file