From 5e6969e594265e8747602ef92367c437d570df92 Mon Sep 17 00:00:00 2001 From: Vortex Date: Thu, 17 Oct 2019 13:13:20 +0200 Subject: [PATCH] Renamed the sample script in config, as it will be called if people make a copy. Better create a sample file with another name that has to be renamed to activate it. --- config/user-patches.sh | 2 -- config/user-patches.sh.dist | 6 ++++++ 2 files changed, 6 insertions(+), 2 deletions(-) delete mode 100644 config/user-patches.sh create mode 100644 config/user-patches.sh.dist diff --git a/config/user-patches.sh b/config/user-patches.sh deleted file mode 100644 index aedb86be..00000000 --- a/config/user-patches.sh +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/bash -echo "Default user-patches.sh successfully executed!" \ No newline at end of file diff --git a/config/user-patches.sh.dist b/config/user-patches.sh.dist new file mode 100644 index 00000000..4b8163d2 --- /dev/null +++ b/config/user-patches.sh.dist @@ -0,0 +1,6 @@ +#!/bin/bash +## +# This user script will be executed between configuration and starting daemons +# To enable it you must save it in your config directory as "user-patches.sh" +## +echo "Default user-patches.sh successfully executed!" \ No newline at end of file