mirror of
https://github.com/buanet/ioBroker.docker.git
synced 2025-12-18 19:09:02 +02:00
testing for advanced userscripts
This commit is contained in:
8
amd64/scripts/userscript_firststart_example.sh
Normal file
8
amd64/scripts/userscript_firststart_example.sh
Normal file
@@ -0,0 +1,8 @@
|
||||
#!/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!
|
||||
|
||||
exit 0
|
||||
Reference in New Issue
Block a user