mirror of
https://github.com/cimryan/teslausb.git
synced 2026-03-01 04:30:33 +00:00
refactoring to add back write configs script
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
function configure_archive () {
|
||||
echo "Configuring rclone archive..."
|
||||
|
||||
echo "drive=$RCLONE_DRIVE" > /root/.teslaCamRcloneConfig
|
||||
echo "path=$RCLONE_PATH" >> /root/.teslaCamRcloneConfig
|
||||
local config_file_path="/root/.teslaCamRcloneConfig"
|
||||
/root/bin/write-archive-configs-to.sh "$config_file_path"
|
||||
|
||||
if [ ! -L "/root/.config/rclone" ] && [ -e "/root/.config/rclone" ]
|
||||
then
|
||||
|
||||
Reference in New Issue
Block a user