Merge pull request 'Fix iwd space handling' (#2252) from Qubasa/clan-core:Qubasa-main into main
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/2252
This commit is contained in:
@@ -17,9 +17,9 @@ let
|
|||||||
[Settings]
|
[Settings]
|
||||||
AutoConnect=${if value.AutoConnect then "true" else "false"}
|
AutoConnect=${if value.AutoConnect then "true" else "false"}
|
||||||
[Security]
|
[Security]
|
||||||
Passphrase=$prompt_value
|
Passphrase=\"$prompt_value\"
|
||||||
"
|
"
|
||||||
echo "$config" > $secrets/${secret_name}
|
echo "$config" > "$secrets/${secret_name}"
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user