We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It would be good to reapply permissions from parent target directory.
I suggest to add this (out of adding the respective define in config):
// Remove the TMP_DIR (depends on CLEAN_UP) if (RESTORE_ACL) { $commands['acls'] = sprintf( 'getfacl %s | sed -e "s/x$/X/" | setfacl -R --set-file=- %s' , TARGET_DIR , TARGET_DIR ); }
just after (in the post section)
// Remove the TMP_DIR (depends on CLEAN_UP) if (CLEAN_UP) { $commands['cleanup'] = sprintf( 'rm -rf %s' , TMP_DIR ); }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It would be good to reapply permissions from parent target directory.
I suggest to add this (out of adding the respective define in config):
just after (in the post section)
The text was updated successfully, but these errors were encountered: