diff --git a/lib/restore.sh b/lib/restore.sh index 765de5c..da838b7 100644 --- a/lib/restore.sh +++ b/lib/restore.sh @@ -131,7 +131,7 @@ restore_full_account() { # Terminate existing account if requested if [[ "$terminate" == "true" ]] && account_exists "$user"; then log_info "Terminating existing account $user before restore..." - if ! /scripts/removeacct --skipbw --force "$user"; then + if ! /scripts/removeacct --force "$user"; then log_error "Failed to terminate account $user" rm -rf "$restore_dir" return 1