Made flatpak optional and some code cleanup #11
Reference in New Issue
Block a user
No description provided.
Delete Branch "dev"
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?
Errors were fixed.
@@ -43,2 +47,2 @@rename after-backup.tar.xz.new after-backup.tar.xz "${backup_location}"/after-backup.tar.xz.newrm -r /tmp/backupif [[ $POST_BACKUP_AMOUNT > $BACKUP_AMOUNT ]]; thenOLDEST_FILE="$(ls -t "$BACKUP_LOCATION" | grep after-backup | tail -1)"Creates an error message when executing it because the directory cannot exist beforehand.
Error was addressed. Ready to merge.