renaming/restructuring

This commit is contained in:
buanet
2021-08-28 23:45:14 +02:00
parent 6734e3f5e1
commit d904c7d9dd
10 changed files with 16 additions and 18 deletions

View File

@@ -0,0 +1,13 @@
#!/bin/bash
# This is an example script file.
# To run the Script on every start of the container you have to rename it to userscript_everystart.sh.
# You can add your advanced script code here!
echo ' '
echo "I'm your startscript userscript_everystart.sh. I will run on EVERY container startup."
echo ' '
exit 0