Fixing some data that was left in
This commit is contained in:
parent
8ab998e252
commit
71ee8a4ba4
2 changed files with 21 additions and 1 deletions
|
@ -31,7 +31,7 @@ write_json() {
|
|||
create_json() {
|
||||
local JSON_FILE="$1"
|
||||
echo '{"bashini": "new"}' | jq '.' > "$JSON_FILE" # well we need something in there
|
||||
write_json "$JSON_FILE" "restic" "password" "backupsarefun" # for the openwrt backup script here for testing
|
||||
|
||||
}
|
||||
|
||||
check_json() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue