Made flatpak optional and some code cleanup #11

Merged
AustrianToast merged 6 commits from dev into main 2023-03-09 00:19:25 +01:00
AustrianToast commented 2023-03-09 00:10:01 +01:00 (Migrated from github.com)
No description provided.
FUH22860 (Migrated from github.com) approved these changes 2023-03-09 00:18:43 +01:00
FUH22860 (Migrated from github.com) left a comment

Errors were fixed.

Errors were fixed.
@ -43,2 +47,2 @@
rename after-backup.tar.xz.new after-backup.tar.xz "${backup_location}"/after-backup.tar.xz.new
rm -r /tmp/backup
if [[ $POST_BACKUP_AMOUNT > $BACKUP_AMOUNT ]]; then
OLDEST_FILE="$(ls -t "$BACKUP_LOCATION" | grep after-backup | tail -1)"
FUH22860 (Migrated from github.com) commented 2023-03-09 00:16:19 +01:00

Creates an error message when executing it because the directory cannot exist beforehand.

Creates an error message when executing it because the directory cannot exist beforehand.
FUH22860 (Migrated from github.com) commented 2023-03-09 00:18:06 +01:00

Error was addressed. Ready to merge.

Error was addressed. Ready to merge.
Sign in to join this conversation.
No description provided.