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.

This commit is contained in:
Vortex 2019-10-17 13:13:20 +02:00
parent c30c3bf5de
commit 5e6969e594
2 changed files with 6 additions and 2 deletions

View File

@ -1,2 +0,0 @@
#!/bin/bash
echo "Default user-patches.sh successfully executed!"

View File

@ -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!"