From bd620cc9240015a9182ca648bee17676ff0b6bf5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Ba=C4=8Do?= Date: Wed, 22 Mar 2023 20:39:56 +0100 Subject: [PATCH] Remove old patch bin file --- Dockerfile | 1 - bin/patch-create-missing-schedules | 3 --- 2 files changed, 4 deletions(-) delete mode 100644 bin/patch-create-missing-schedules diff --git a/Dockerfile b/Dockerfile index a29afa2baf..eaf8b73e1b 100755 --- a/Dockerfile +++ b/Dockerfile @@ -116,7 +116,6 @@ RUN mkdir -p /storage/uploads && \ # Executables RUN chmod +x /usr/local/bin/doctor && \ - chmod +x /usr/local/bin/patch-create-missing-schedules && \ chmod +x /usr/local/bin/patch-delete-schedule-updated-at-attribute && \ chmod +x /usr/local/bin/maintenance && \ chmod +x /usr/local/bin/volume-sync && \ diff --git a/bin/patch-create-missing-schedules b/bin/patch-create-missing-schedules deleted file mode 100644 index e38d3e9a6f..0000000000 --- a/bin/patch-create-missing-schedules +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh - -php /usr/src/code/app/cli.php patch-create-missing-schedules $@ \ No newline at end of file