Files
ioBroker.docker/amd64/scripts/userscript_everystart_example.sh
2020-02-04 01:17:28 +01:00

9 lines
205 B
Bash

#!/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!
exit 0