fix: add missing BINARY_NAME variable
This commit is contained in:
parent
079ca4bedb
commit
956b9f2968
1 changed files with 1 additions and 0 deletions
|
|
@ -6,6 +6,7 @@ REPO_DIR="/opt/NextWks"
|
|||
TARGET_DIR="/opt/nextworkspace"
|
||||
BACKUP_DIR="/opt/backup"
|
||||
NETWORK_NAME="nextwks-net"
|
||||
BINARY_NAME="nextworkspace"
|
||||
HEALTH_CHECK_RETRIES=10
|
||||
HEALTH_CHECK_INTERVAL=2
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue