Skip to content

Commit

Permalink
Update vars.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
lucascbeyeler authored Sep 3, 2017
1 parent a2b249d commit 33361f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installScript/vars.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ ZMBKP_PASSWORD=$(date +%s | sha256sum | base64 | head -c 32 ; echo)
MAX_PARALLEL_PROCESS="3" # Zmbackup's number of threads
ROTATE_TIME="30" # Zmbackup's max of days before housekeeper
LOCK_BACKUP=true # Zmbackup's backup lock
ZMBKP_VERSION="zmbackup version: 1.2.0 - Release Candidate" # Zmbackup's latest version
ZMBKP_VERSION="zmbackup version: 1.2.0 - BETA 4" # Zmbackup's latest version
SESSION_TYPE="TXT" # Zmbackup's default session type

0 comments on commit 33361f7

Please sign in to comment.