Dockerfiles/rclone/bootstrap.sh
2019-05-10 13:47:39 +08:00

8 lines
101 B
Bash
Executable File

#!/bin/bash
if [[ ! -f /root/sync.sh ]]; then
cp /etc/sync.sh /root/sync.sh
fi
bash /root/sync.sh