refactor(backup.sh): some refactor

Signed-off-by: Dominik Willner th33xitus@gmail.com
This commit is contained in:
th33xitus
2022-04-03 23:48:30 +02:00
parent 4d113619d4
commit 314df68d35
2 changed files with 9 additions and 10 deletions

View File

@@ -48,12 +48,6 @@ function kiauh_update_avail(){
fi
}
### format some default message types
get_date(){
current_date=$(date +"%y%m%d-%H%M")
export current_date
}
#print_unkown_cmd(){
# ERROR_MSG="Invalid command!"
#}