mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Remove option 12. It doesn't work on Embedded.
This commit is contained in:
parent
a13f6db6d2
commit
111420552e
@ -73,7 +73,6 @@ echo " 8) Shell"
|
||||
echo " 9) PFtop"
|
||||
echo "10) Filter Logs"
|
||||
echo "11) Restart webConfigurator"
|
||||
echo "12) Change keyboard mapping"
|
||||
if [ -f /var/db/pfi/capable_* ]; then
|
||||
if [ ! -L /cf/conf ]; then
|
||||
echo "98) Move configuration file to removable device"
|
||||
@ -127,9 +126,6 @@ case ${opmode} in
|
||||
11)
|
||||
/etc/rc.restart_webgui
|
||||
;;
|
||||
12)
|
||||
/usr/sbin/kbdmap
|
||||
;;
|
||||
98)
|
||||
if [ ! -f /tmp/config_moved ]; then
|
||||
/etc/rc.initial.store_config_to_removable_device
|
||||
|
||||
Loading…
Reference in New Issue
Block a user