Skip to content

Commit

Permalink
script. remove unnecessary event
Browse files Browse the repository at this point in the history
Removed unnecessary backup-data-save event from hotsync-promote script.

NethServer/dev#6013
  • Loading branch information
federicoballarini committed Jan 8, 2020
1 parent bf6da19 commit 8851487
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions root/usr/sbin/hotsync-promote
Expand Up @@ -196,9 +196,4 @@ else
((++exit_code))
fi

# launch some event after restore-config action
if rpm -q --quiet nethserver-backup-data; then
/usr/sbin/e-smith/signal-event nethserver-backup-data-save
fi

exit ${exit_code}

0 comments on commit 8851487

Please sign in to comment.