Remove duplicate copies. #7
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch ":postfix-fix"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The script cp's two files to create backups. Does stuff. Then mv's the backup files back. Check's exit status. Then tries to copy the now non-existant backup files. This throws errors for obvious reasons. I don't see the need to have the copies after the moves.