File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff 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
178179prune " Relational database? [Y/n] " database
179180prune " Permanent object storage for files? [y/N] " storage \\ /bucket \\ /minio
180181
182+ echo
181183echo " Replacing project and company names in files. Please wait..."
182184find . -type f -exec sed -i \
183185 -e " s/server_template/${taito_vc_repository_alt} /g" 2> /dev/null {} \;
You can’t perform that action at this time.
0 commit comments