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 28, 2018
1 parent fc2dd66 commit a0d7fc7
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 @@ -33,7 +33,7 @@ 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.2" # Zmbackup's latest version
ZMBKP_VERSION="zmbackup version: 1.2.3" # Zmbackup's latest version
SESSION_TYPE="TXT" # Zmbackup's default session type

# REPOSITORIES FOR PACKAGES
Expand Down

0 comments on commit a0d7fc7

Please sign in to comment.