-
Notifications
You must be signed in to change notification settings - Fork 322
Closed
Description
Hi,
Reviewing the material for my acredition I discover two minor issues on create_files script, the first one is about base64 function, because on my machine ( WSL2 ) the $content generate a return line and the post file fail (400 bad request ) because invalid json.
The sed ejectued on non msys plattform is also malformed also (blank quotes) I fix both issues as I show on the code
# Insert slide image into slide
sed -i "s|IMAGE|$random_image|g" "$new_file" >>log.out 2>&1
# Encode the file
content=$(base64 -w 0 <"$new_file")Metadata
Metadata
Assignees
Labels
No labels