From ea9e592dd16b4b7c59ee7d2203a7ff020e259562 Mon Sep 17 00:00:00 2001 From: alzyras Date: Fri, 19 Dec 2025 16:08:08 +0200 Subject: [PATCH] Updated lf endings --- .gitattributes | 3 +++ remove_backup_user.sh | 0 run_backup.py | 0 setup_backup_user.sh | 0 4 files changed, 3 insertions(+) create mode 100644 .gitattributes mode change 100644 => 100755 remove_backup_user.sh mode change 100644 => 100755 run_backup.py mode change 100644 => 100755 setup_backup_user.sh diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..94cd3df --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +*.sh text eol=lf +*.py text eol=lf +*.env text eol=lf \ No newline at end of file diff --git a/remove_backup_user.sh b/remove_backup_user.sh old mode 100644 new mode 100755 diff --git a/run_backup.py b/run_backup.py old mode 100644 new mode 100755 diff --git a/setup_backup_user.sh b/setup_backup_user.sh old mode 100644 new mode 100755