Skip to content
Snippets Groups Projects
Commit f4a42186 authored by Bob Mottram's avatar Bob Mottram
Browse files

Backslash

parent fc5e92bc
No related branches found
No related tags found
No related merge requests found
......@@ -340,7 +340,7 @@ function desktop_wifi_menu {
echo " if [ \"\$NEW_WIFI_SSID\" ]; then";
echo " if [ \${#NEW_WIFI_SSID} -gt 2 ]; then";
echo " if [[ \"\$NEW_WIFI_SSID\" != \"WIFI_SSID\" ]]; then";
echo " echo -n \"$NEW_WIFI_SSID\" > /home/fbone/ssid.txt";
echo " echo -n \"\$NEW_WIFI_SSID\" > /home/fbone/ssid.txt";
echo " mate-terminal --full-screen -e \"sudo batman restart\"";
echo ' fi';
echo ' fi';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment