changes for versioning and automated build

This commit is contained in:
buanet
2021-04-02 00:43:23 +02:00
parent be4e94c9c5
commit 7ebb36e831
26 changed files with 31 additions and 199 deletions

View File

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