mirror of
https://github.com/cimryan/teslausb.git
synced 2026-03-01 12:40:33 +00:00
10 lines
236 B
Bash
10 lines
236 B
Bash
#!/bin/bash -eu
|
|
|
|
function configure_archive () {
|
|
echo "Configuring the archive for Rclone..."
|
|
|
|
echo "drive=$RCLONE_DRIVE" > /root/.teslaCamRcloneConfig
|
|
echo "path=$RCLONE_PATH" >> /root/.teslaCamRcloneConfig
|
|
}
|
|
|
|
configure_archive |