Move CIFS-specific functions out of setup-teslausb.

This commit is contained in:
cimryan
2018-10-23 22:05:25 -07:00
parent 9261cc9b20
commit 1685fa78f7
8 changed files with 133 additions and 96 deletions

View File

@@ -0,0 +1,6 @@
#!/bin/bash -eu
local file_path="$1"
echo "username=$shareuser" > "$file_path"
echo "password=$sharepassword" >> "$file_path"