Dockerfiles/rclone/amd64/bootstrap.sh

8 lines
101 B
Bash
Raw Normal View History

2019-05-10 05:47:39 +00:00
#!/bin/bash
if [[ ! -f /root/sync.sh ]]; then
cp /etc/sync.sh /root/sync.sh
fi
bash /root/sync.sh