mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2024-11-22 07:20:39 +00:00
use base64 -d
This commit is contained in:
parent
3abbc41eb7
commit
d7a3ed793b
1 changed files with 1 additions and 1 deletions
2
.github/scripts/restore_from_base64.sh
vendored
2
.github/scripts/restore_from_base64.sh
vendored
|
@ -11,4 +11,4 @@ if [[ ! -n "$filename" ]]; then
|
|||
exit 1
|
||||
fi
|
||||
|
||||
echo -n "$content" | base64 --decode --output "$filename"
|
||||
base64 -d <<< "$content" > "$filename"
|
||||
|
|
Loading…
Reference in a new issue