From 01f67c40634ab84da2b5094714309660227295f3 Mon Sep 17 00:00:00 2001 From: mirabilos <thorsten.glaser@teckids.org> Date: Fri, 3 Jan 2020 10:47:46 +0100 Subject: [PATCH] Fix all file permissions Make all files, except the shell scripts with shebang, not executable. --- biscuit/apps/untis/__init__.py | 0 biscuit/apps/untis/api.py | 0 biscuit/apps/untis/apps.py | 0 biscuit/apps/untis/models.py | 0 biscuit/apps/untis/parse.py | 0 5 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 biscuit/apps/untis/__init__.py mode change 100755 => 100644 biscuit/apps/untis/api.py mode change 100755 => 100644 biscuit/apps/untis/apps.py mode change 100755 => 100644 biscuit/apps/untis/models.py mode change 100755 => 100644 biscuit/apps/untis/parse.py diff --git a/biscuit/apps/untis/__init__.py b/biscuit/apps/untis/__init__.py old mode 100755 new mode 100644 diff --git a/biscuit/apps/untis/api.py b/biscuit/apps/untis/api.py old mode 100755 new mode 100644 diff --git a/biscuit/apps/untis/apps.py b/biscuit/apps/untis/apps.py old mode 100755 new mode 100644 diff --git a/biscuit/apps/untis/models.py b/biscuit/apps/untis/models.py old mode 100755 new mode 100644 diff --git a/biscuit/apps/untis/parse.py b/biscuit/apps/untis/parse.py old mode 100755 new mode 100644 -- GitLab