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