mirror of
https://github.com/php-flasher/php-flasher.git
synced 2026-03-31 15:07:47 +01:00
remove progress bar
This commit is contained in:
+1
-1
@@ -213,7 +213,7 @@ main() {
|
|||||||
local percent=$((current_count * 100 / total_count))
|
local percent=$((current_count * 100 / total_count))
|
||||||
|
|
||||||
echo -e "\nProgress: ${BOLD}$current_count/$total_count${RESET}"
|
echo -e "\nProgress: ${BOLD}$current_count/$total_count${RESET}"
|
||||||
draw_progress_bar $percent
|
# draw_progress_bar $percent
|
||||||
|
|
||||||
if release_repository "$repo" "$version"; then
|
if release_repository "$repo" "$version"; then
|
||||||
if check_tag_exists "$repo" "$version"; then
|
if check_tag_exists "$repo" "$version"; then
|
||||||
|
|||||||
@@ -123,6 +123,7 @@ main() {
|
|||||||
local percent=$((current_count * 100 / total_count))
|
local percent=$((current_count * 100 / total_count))
|
||||||
|
|
||||||
echo -e "\nProgress: ${BOLD}$current_count/$total_count${RESET}"
|
echo -e "\nProgress: ${BOLD}$current_count/$total_count${RESET}"
|
||||||
|
# draw_progress_bar $percent
|
||||||
|
|
||||||
if process_split "$prefix"; then
|
if process_split "$prefix"; then
|
||||||
((success_count++))
|
((success_count++))
|
||||||
|
|||||||
Reference in New Issue
Block a user