mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
writeimage.sh: fix echo on osx
This commit is contained in:
parent
79fa80eeac
commit
1624083dd8
@ -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