From b0f09b20d4cc981b6226842690c4694eb0b24d62 Mon Sep 17 00:00:00 2001 From: clsty Date: Thu, 30 Oct 2025 13:27:26 +0800 Subject: [PATCH] Fix message format --- sdata/subcmd-install/3.files.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdata/subcmd-install/3.files.sh b/sdata/subcmd-install/3.files.sh index 3a9c315d8..ead48593f 100644 --- a/sdata/subcmd-install/3.files.sh +++ b/sdata/subcmd-install/3.files.sh @@ -27,7 +27,7 @@ function backup_configs(){ function ask_backup_configs(){ showfun backup_clashing_targets printf "${STY_RED}" - printf "Would you like to backup clashing dirs/files under \"$XDG_CONFIG_HOME\" and \"$XDG_DATA_HOME\" to \"$BACKUP_DIR\"?" + printf "Would you like to backup clashing dirs/files under \"$XDG_CONFIG_HOME\" and \"$XDG_DATA_HOME\" to \"$BACKUP_DIR\"?\n" printf "${STY_RST}" while true;do echo " y = Yes, backup"