mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-04-19 12:57:16 +00:00
apparently echo does not support some arguments on osx
This commit is contained in:
parent
d400468a5c
commit
f116c3a8ba
@ -122,7 +122,8 @@ if [ -n "$SSID" ]; then
|
||||
if [ -n "$PSK" ]; then
|
||||
echo " psk=\"$PSK\"" >> $conf
|
||||
fi
|
||||
echo -e "}\n" >> $conf
|
||||
echo "}" >> $conf
|
||||
echo "" >> $conf
|
||||
fi
|
||||
|
||||
# modem
|
||||
|
Loading…
x
Reference in New Issue
Block a user