mirror of
https://github.com/cimryan/teslausb.git
synced 2026-03-01 04:30:33 +00:00
More minor fixes
Fixed rsync user and server being overwritten Added log file outputs for archive-rsync
This commit is contained in:
@@ -112,8 +112,8 @@ function configure_archive () {
|
||||
then
|
||||
echo "Configuring for Rsync..."
|
||||
echo "user=$RSYNC_USER" > /root/.teslaCamRsyncConfig
|
||||
echo "server=$RSYNC_SERVER" > /root/.teslaCamRsyncConfig
|
||||
echo "path=$RSYNC_PATH" > /root/.teslaCamRsyncConfig
|
||||
echo "server=$RSYNC_SERVER" >> /root/.teslaCamRsyncConfig
|
||||
echo "path=$RSYNC_PATH" >> /root/.teslaCamRsyncConfig
|
||||
else
|
||||
echo "Configuring for a shared drive..."
|
||||
mkdir /mnt/archive
|
||||
|
||||
Reference in New Issue
Block a user