psolyca / Yi_4k_ROOTFS

Yi 4k file system optimisation and debug
39 stars 3 forks source link

Added quick fix for SSID and Password which contains space #6

Closed Venix42 closed 4 years ago

Venix42 commented 4 years ago

A quick (and dirty) fix that allows to use SSIDs and Password containing spaces. Without that, the Export is not correctly handled, therefore, incorrect info ends up in the /tmp/wifi.conf used as a config file for the station mode.

(first pull request ever, don't punch me please :) )

psolyca commented 4 years ago

Hey, sorry for the delay.

About your PR, I have nothing to say.

But, I do not understand your modification. I do not see anywhere where you are using your IFS variable or where it comes from ! ^^;

EDIT : Wait, I did not know about some syntaxes in Bash espacially the IFS. I am learning everyday ^^

Venix42 commented 4 years ago

👍 Glad you learned something :) And I'm glad I didn't messed up things :p