Deactivate backup menu

Still WIP, has no function at all at them moment.
This commit is contained in:
th33xitus
2020-07-13 18:14:10 +02:00
committed by GitHub
parent c57acefc16
commit 7106994bf6

View File

@@ -107,8 +107,10 @@ main_menu(){
break;;
5)
clear
backup_menu
break;;
print_header
ERROR_MSG=" Sorry this function is not implemented yet!"
print_error_msg && ERROR_MSG=""
main_ui;;
Q|q)
exit -1;;
*)