From 8139422f0bef0f03add359b73600f838f28b5add Mon Sep 17 00:00:00 2001 From: Foxly IT <81775975+foxly-it@users.noreply.github.com> Date: Wed, 13 Oct 2021 07:08:33 +0200 Subject: [PATCH] Update backup.sh --- backup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup.sh b/backup.sh index 00549c0..1368c42 100644 --- a/backup.sh +++ b/backup.sh @@ -120,7 +120,7 @@ backupRepo="/path/to/Repo" # You can back up all databases or specific databases. For all databases enter "all". --> Optional only for MariaDB/MySQL databases stored in CloudPanel. # # databases="db1,db2 or all" # # # -# echo -e "\e[93mcreate database backups" # +# echo -e "\e[93mCreate database backup" # # clpctl db:backup --databases=$databases # # echo -e "${FGREEN}Backup has been finished successfully after $(displaytime $(($(date +%s) - START)))!${FEND}" # #########################################################################################################################################################################