diff options
| author | Ja.KooLit <85185940+JaKooLit@users.noreply.github.com> | 2025-03-10 10:01:12 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-10 10:01:12 +0900 |
| commit | 08a96392f409ed4c1d59986e9821908f52abeceb (patch) | |
| tree | 8b8326b01f178a1a811158e92156d5e0b68b718f | |
| parent | e85b10c0164523356916579b590e56415c06e6d2 (diff) | |
Update copy.sh
| -rwxr-xr-x | copy.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -344,7 +344,7 @@ printf "\n%.0s" {1..1} # Ask whether to change to 12hr format while true; do echo -e "${NOTE} ${SKY_BLUE} By default, KooL's Dots are configured in 24H clock format." - read -p "$CAT Do you want to change to 24H or AM/PM format? (y/n): " answer + read -p "$CAT Do you want to change to 12H (AM/PM) clock format? (y/n): " answer # Convert the answer to lowercase for comparison answer=$(echo "$answer" | tr '[:upper:]' '[:lower:]') |
