fix: invalid command bug in rollback UI (fixes #131)

This commit is contained in:
th33xitus
2021-10-29 14:04:39 +02:00
committed by GitHub
parent 311f3be864
commit aa4bdfc7b2

View File

@@ -97,7 +97,7 @@ rollback_klipper(){
read -p "Perform action: " action; echo
echo -e "${default}"
case "$action" in
Q|q)
B|b)
clear; advanced_menu; break;;
*)
clear
@@ -108,4 +108,4 @@ rollback_klipper(){
esac
done
fi
}
}