AsteroidOS / unofficial-watchfaces

Database of community-made watchfaces for AsteroidOS.
51 stars 32 forks source link

Fix pushFiles function #98

Closed beroset closed 1 year ago

beroset commented 1 year ago

The previous commit added quotes around ${source} but the script requires them to be unquoted. This fixes issue #97 and preserves the ability to push wallpaper from other directories, even if the directory or file name happens to have a space in the name. That's why the IFS= line is there.

Signed-off-by: Ed Beroset beroset@ieee.org