mirror of
https://github.com/ep1cman/unifi-protect-backup.git
synced 2025-12-05 23:53:30 +00:00
9 lines
210 B
Plaintext
Executable File
9 lines
210 B
Plaintext
Executable File
#!/usr/bin/with-contenv /bin/sh
|
|
|
|
# default config file
|
|
[[ ! -f "/config/rclone.conf" ]] && \
|
|
echo "[cont-init.d] Copying default config"
|
|
cp \
|
|
/defaults/rclone.conf \
|
|
/config/rclone.conf
|