mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-24 09:47:29 -05:00
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