From aeec8991b632113edda3c6d1c29030b2adc1ab53 Mon Sep 17 00:00:00 2001 From: Erik Westrup Date: Sun, 13 Feb 2022 11:14:04 +0100 Subject: [PATCH] rename schedtask ps1 --- Makefile | 2 +- install_restic_scheduledtask.ps1 => schedtask_install.ps1 | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename install_restic_scheduledtask.ps1 => schedtask_install.ps1 (100%) diff --git a/Makefile b/Makefile index 8b7f2fe..3b00c65 100644 --- a/Makefile +++ b/Makefile @@ -70,7 +70,7 @@ SRCS_CONF = $(wildcard $(DIR_CONF)/*) SRCS_SYSTEMD = $(wildcard $(DIR_SYSTEMD)/*) SRCS_CRON = $(wildcard $(DIR_CRON)/*) SRCS_LAUNCHAGENT= $(wildcard $(DIR_LAUNCHAGENT)/*) -SRCS_SCHEDTASK = install_restic_scheduledtask.ps1 +SRCS_SCHEDTASK = schedtask_install.ps1 # Local build directory. Sources will be copied here, # modified and then installed from this directory. diff --git a/install_restic_scheduledtask.ps1 b/schedtask_install.ps1 similarity index 100% rename from install_restic_scheduledtask.ps1 rename to schedtask_install.ps1