mirror of
https://github.com/cimryan/teslausb.git
synced 2026-03-01 04:30:33 +00:00
since this is an undocumented configuration variable we'll move this into the main cifs config
This commit is contained in:
@@ -12,6 +12,8 @@ function configure_archive () {
|
|||||||
mkdir "$archive_path"
|
mkdir "$archive_path"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
local cifs_version="${cifs_version:-3.0}"
|
||||||
|
|
||||||
local credentials_file_path="/root/.teslaCamArchiveCredentials"
|
local credentials_file_path="/root/.teslaCamArchiveCredentials"
|
||||||
echo "username=$shareuser" > "$credentials_file_path"
|
echo "username=$shareuser" > "$credentials_file_path"
|
||||||
echo "password=$sharepassword" >> "$credentials_file_path"
|
echo "password=$sharepassword" >> "$credentials_file_path"
|
||||||
|
|||||||
Reference in New Issue
Block a user