From bb1a748cdeed3c6971dccb568c08232e9a00b82c Mon Sep 17 00:00:00 2001 From: Penelope Gwen <support@pogmom.me> Date: Thu, 27 Jun 2024 04:30:02 -0600 Subject: [PATCH] New backup 2024-06-27 04:30:02 --- default/home/.sapphrc/default | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default/home/.sapphrc/default b/default/home/.sapphrc/default index eef7304..b0e7e3c 100755 --- a/default/home/.sapphrc/default +++ b/default/home/.sapphrc/default @@ -45,8 +45,8 @@ pushall() { git add . git commit -m "${1}" git push origin - bool_tag="y" read -p "tag as well? (Y/n)" bool_tag + [ -z ${bool_tag} ] && bool_tag="y" case "${bool_tag}" in [yY]|[yY][eE][sS]) read -p "Tag version: " ver_tag