forked from Shinonome/dots-hyprland
Fix message format
This commit is contained in:
@@ -27,7 +27,7 @@ function backup_configs(){
|
|||||||
function ask_backup_configs(){
|
function ask_backup_configs(){
|
||||||
showfun backup_clashing_targets
|
showfun backup_clashing_targets
|
||||||
printf "${STY_RED}"
|
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}"
|
printf "${STY_RST}"
|
||||||
while true;do
|
while true;do
|
||||||
echo " y = Yes, backup"
|
echo " y = Yes, backup"
|
||||||
|
|||||||
Reference in New Issue
Block a user