Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix "removing leading /" stderr output by tar in backup-and-maintenance.sh #7754

Merged
merged 1 commit into from
Jan 5, 2024

Conversation

Yannik
Copy link
Contributor

@Yannik Yannik commented Jul 11, 2023

Description

This fix removes the "tar: Removing leading `/' from member names" stderr output which otherwise occurs on every run

Previous stderr output:

$ /usr/local/pf/addons/backup-and-maintenance.sh >/dev/null
tar: Removing leading `/' from member names
$

New stderr output:

$ /usr/local/pf/addons/backup-and-maintenance.sh >/dev/null
$

Impacts

This does not change functionality.

Issue

This is a major step for #1415, as stderr output is seen as "faulty"

Delete branch after merge

(REQUIRED)
YES

Checklist

(REQUIRED) - [yes, no or n/a]

  • [n/a] Document the feature
  • [n/a] Add unit tests
  • [n/a] Add acceptance tests (TestLink)

NEWS file entries

(REQUIRED, but may be optional...)

Enhancements

  • Fix "removing leading /" stderr output by tar in backup-and-maintenance.sh

@CLAassistant
Copy link

CLAassistant commented Jul 11, 2023

CLA assistant check
All committers have signed the CLA.

…ce.sh (fixes inverse-inc#1415)

This fix removes the "tar: Removing leading `/' from member names" output which otherwise occurs on every run
@fdurand fdurand merged commit 83e212b into inverse-inc:devel Jan 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants