mirror of
https://github.com/cimryan/teslausb.git
synced 2026-03-01 04:30:33 +00:00
Remove "local".
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash -eu
|
#!/bin/bash -eu
|
||||||
|
|
||||||
local file_path="$1"
|
FILE_PATH="$1"
|
||||||
|
|
||||||
echo "username=$shareuser" > "$file_path"
|
echo "username=$shareuser" > "$FILE_PATH"
|
||||||
echo "password=$sharepassword" >> "$file_path"
|
echo "password=$sharepassword" >> "$FILE_PATH"
|
||||||
|
|||||||
Reference in New Issue
Block a user