mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Escape $ so that it does not try to print out the variable
This commit is contained in:
parent
d776e07789
commit
6855dff019
@ -20,7 +20,7 @@ echo ".\n\n";
|
||||
$shell_active = true;
|
||||
|
||||
echo "Example commands:\n\n";
|
||||
echo " print_r($config);\n";
|
||||
echo " print_r(\$config);\n";
|
||||
echo " \$config['interfaces']['lan']['ipaddr'] = \"192.168.1.1\";\n";
|
||||
echo " write_config();\n";
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user