Dockerfiles/rclone/arm/bootstrap.sh
2019-07-31 19:17:06 +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