Skip to content

Commit

Permalink
Remove newlines in create DB bash files
Browse files Browse the repository at this point in the history
This will also fix the DB directory for the empty commerce template to
be the variable of the project name
  • Loading branch information
gabepetersen committed Nov 13, 2023
1 parent 182b656 commit 4a9d57c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion templates/Alloy.Mvc/Docker/create-db.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ for i in {1..100}; do
echo "Creating database. Not ready yet..."
sleep 1
fi
done
done
2 changes: 1 addition & 1 deletion templates/Cms.Empty/Docker/create-db.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ for i in {1..100}; do
echo "Creating database. Not ready yet..."
sleep 1
fi
done
done
2 changes: 1 addition & 1 deletion templates/Commerce.Empty/.env
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
SA_PASSWORD=Qwerty12345!
DB_NAME=Commerce.Empty.1_cms
DB_NAME_COMMERCE=Commerce.Empty.1_commerce
DB_DIRECTORY=commerce-empty
DB_DIRECTORY=Commerce.Empty.1
2 changes: 1 addition & 1 deletion templates/Commerce.Empty/Docker/create-db.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ for i in {1..100}; do
echo "Creating databases. Not ready yet..."
sleep 1
fi
done
done

0 comments on commit 4a9d57c

Please sign in to comment.