mirror of
https://github.com/cimryan/teslausb.git
synced 2026-03-01 04:30:33 +00:00
Move CIFS-specific functions out of setup-teslausb.
This commit is contained in:
6
windows_archive/write-archive-credentials-to.sh
Normal file
6
windows_archive/write-archive-credentials-to.sh
Normal file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash -eu
|
||||
|
||||
local file_path="$1"
|
||||
|
||||
echo "username=$shareuser" > "$file_path"
|
||||
echo "password=$sharepassword" >> "$file_path"
|
||||
Reference in New Issue
Block a user