mirror of
https://github.com/buanet/ioBroker.docker.git
synced 2025-12-17 18:39:01 +02:00
moving files and testing new iob executable
This commit is contained in:
12
debian12/userscripts/userscript_firststart_example.sh
Normal file
12
debian12/userscripts/userscript_firststart_example.sh
Normal 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
|
||||
Reference in New Issue
Block a user