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