Skip to content

Commit

Permalink
Remove EVE4PVE_BARC_HOST not defined
Browse files Browse the repository at this point in the history
  • Loading branch information
franklupo committed Mar 7, 2020
1 parent 07c4077 commit 1b13fa1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions eve4pve-barc
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,6 @@ function call_hook_script(){
export EVE4PVE_BARC_PATH="$opt_path_backup"
export EVE4PVE_BARC_LABEL="$opt_label"
export EVE4PVE_BARC_KEEP=$opt_keep
export EVE4PVE_BARC_HOST="$5"

log debug "-------------------------------------------------------"
log debug "EVE4PVE_BARC_PHASE: $EVE4PVE_BARC_PHASE"
Expand All @@ -547,7 +546,6 @@ function call_hook_script(){
log debug "EVE4PVE_BARC_KEEP: $EVE4PVE_BARC_KEEP"
log debug "EVE4PVE_BARC_SNAP_NAME: $EVE4PVE_BARC_SNAP_NAME"
log debug "EVE4PVE_BARC_BACKUP_FILE: $EVE4PVE_BARC_BACKUP_FILE"
log debug "EVE4PVE_BARC_HOST: $EVE4PVE_BARC_HOST"
log debug "-------------------------------------------------------"

if [ -e "$opt_script" ]; then
Expand Down
1 change: 0 additions & 1 deletion script-hook.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ hook() {
# echo "EVE4PVE_BARC_KEEP: $EVE4PVE_BARC_KEEP"
# echo "EVE4PVE_BARC_SNAP_NAME: $EVE4PVE_BARC_SNAP_NAME"
# echo "EVE4PVE_BARC_BACKUP_FILE: $EVE4PVE_BARC_BACKUP_FILE"
# echo "EVE4PVE_BARC_HOST: $EVE4PVE_BARC_HOST"
case "$EVE4PVE_BARC_PHASE" in
#clean job status
clean-job-start);;
Expand Down

0 comments on commit 1b13fa1

Please sign in to comment.