aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJaKooLit <ejhay.games@gmail.com>2025-02-01 00:00:41 +0900
committerJaKooLit <ejhay.games@gmail.com>2025-02-01 00:00:41 +0900
commit940b0853483d3ea0c86dce3a02533b21aac38e1a (patch)
treefdcaa7f55c0f99dec742b9b0c8722532eca7fca1
parent90d3a2bed11a84dcf0ef6e1937b9d1e5f22412be (diff)
inutil
-rwxr-xr-xcopy.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/copy.sh b/copy.sh
index b37d1edd..5b387095 100755
--- a/copy.sh
+++ b/copy.sh
@@ -413,11 +413,11 @@ for DIR2 in $DIRS; do
if [ -d "$DIRPATH" ]; then
while true; do
- read -p "\n${CAT} ${MAGENTA}$DIR2${RESET} config found in ~/.config/ Do you want to replace ${MAGENTA}$DIR2${RESET} config? (y/n): " DIR1_CHOICE
+ printf "\n${INFO} Found ${MAGENTA}$DIR2${RESET} config found in ~/.config/\n"
+ read -p "${CAT} Do you want to replace ${MAGENTA}$DIR2${RESET} config? (y/n): " DIR1_CHOICE
case "$DIR1_CHOICE" in
[Yy]* )
BACKUP_DIR=$(get_backup_dirname)
- echo -e "${NOTE} - Config for ${YELLOW}$DIR2${RESET} found, attempting to back up."
mv "$DIRPATH" "$DIRPATH-backup-$BACKUP_DIR" 2>&1 | tee -a "$LOG"
if [ $? -eq 0 ]; then
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage