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:
parent
c30c3bf5de
commit
5e6969e594
|
@ -1,2 +0,0 @@
|
|||
#!/bin/bash
|
||||
echo "Default user-patches.sh successfully executed!"
|
|
@ -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!"
|
Loading…
Reference in New Issue