From 4850a353d18550104d7832c21a4e998842e15394 Mon Sep 17 00:00:00 2001 From: Lucas Costa Beyeler Date: Mon, 17 Apr 2017 13:09:46 -0300 Subject: [PATCH] Updating zmbackup version --- README.md | 2 +- src/zmbackup | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6eaf64c..0a66cd7 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ Enter inside the folder zmbackup and execute the script install.sh. Follow the i ``` $ zmbackup -v -zmbackup version: 1.1.0 +zmbackup version: 1.1.1 ``` Open the folder /etc/cron.d/zmbackup.cron and adjust each job scheduled to the time you want the execution. If you configured zmbkpose or any old release before, please undo and use this file for scheduling. diff --git a/src/zmbackup b/src/zmbackup index 5b16a0b..a4a501d 100755 --- a/src/zmbackup +++ b/src/zmbackup @@ -36,7 +36,7 @@ ################################################################################ # zmbackup: # -# 13/04/2017 - Version 1.1.0 - By Lucas Costa Beyeler +# 13/04/2017 - Version 1.1.1 - By Lucas Costa Beyeler # # ################################################################################ @@ -628,7 +628,7 @@ case "$1" in show_help ;; "-v"|"--version" ) - echo "zmbackup version: 1.1.0" + echo "zmbackup version: 1.1.1" ;; * ) show_help