mirror of
https://github.com/cimryan/teslausb.git
synced 2026-03-01 04:30:33 +00:00
Rename archive-rsync to archive-rsync.sh
This commit is contained in:
@@ -37,7 +37,7 @@ fix_errors_in_cam_file
|
||||
|
||||
if [ -r "/root/.teslaCamRsyncConfig" ]
|
||||
then
|
||||
/root/bin/archive-rsync
|
||||
/root/bin/archive-rsync.sh
|
||||
else
|
||||
/root/bin/archive-cifs.sh
|
||||
fi
|
||||
|
||||
@@ -185,8 +185,11 @@ function configure_archive_scripts () {
|
||||
|
||||
if [ $RSYNC_ENABLE = true ]
|
||||
then
|
||||
wget https://raw.githubusercontent.com/"$REPO"/teslausb/"$BRANCH"/windows_archive/archive-rsync
|
||||
chmod +x archive-rsync
|
||||
wget https://raw.githubusercontent.com/"$REPO"/teslausb/"$BRANCH"/windows_archive/archive-rsync.sh
|
||||
chmod +x archive-rsync.sh
|
||||
else
|
||||
wget https://raw.githubusercontent.com/"$REPO"/teslausb/"$BRANCH"/windows_archive/archive-cifs.sh
|
||||
chmod +x archive-cifs.sh
|
||||
fi
|
||||
popd
|
||||
echo "Configured the archive scripts."
|
||||
|
||||
Reference in New Issue
Block a user