x86_64-alpine-sonarr-sidecar/start.sh
Jonathan Ervine 1db9edf1f1 modified: Dockerfile
new file:   start.sh
Added script file to start the container
2020-03-16 20:27:48 +08:00

7 lines
163 B
Bash

#!/bin/sh
##
## Script to automate the copy of Sonarr databases
##
echo -e 'Starting the sidecar container to periodically backup the sonarr databases'
sleep 3600