preparing new beta

This commit is contained in:
buanet
2020-02-08 21:23:32 +01:00
parent 49700dc148
commit 6319d693cb
11 changed files with 499 additions and 221 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