Skip to content

Commit ab6ee6b

Browse files
committed
fix: stack selection output
1 parent dd1c43b commit ab6ee6b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/taito-template/init.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ function prune () {
3434
read -p "$message" -n 1 -r confirm
3535
if ( [[ "$message" == *"[y/N]"* ]] && ! [[ "${confirm}" =~ ^[Yy]$ ]] ) || \
3636
( [[ "$message" == *"[Y/n]"* ]] && ! [[ "${confirm}" =~ ^[Yy]*$ ]] ); then
37+
echo
3738
echo " Removing ${name}..."
3839
if [[ $path ]]; then
3940
sed -i "/^ location $path {\$/,/^ }$/d" docker-nginx.conf
@@ -178,6 +179,7 @@ prune "Worker for background jobs? [y/N] " worker
178179
prune "Relational database? [Y/n] " database
179180
prune "Permanent object storage for files? [y/N] " storage \\/bucket \\/minio
180181

182+
echo
181183
echo "Replacing project and company names in files. Please wait..."
182184
find . -type f -exec sed -i \
183185
-e "s/server_template/${taito_vc_repository_alt}/g" 2> /dev/null {} \;

0 commit comments

Comments
 (0)