Style.
This commit is contained in:
parent
5b3821c01c
commit
66badff968
@ -133,7 +133,7 @@ f_media_set_http_proxy()
|
||||
#
|
||||
f_http_proxy_check_access()
|
||||
{
|
||||
local connect_only="$1" hosts=""
|
||||
local connect_only="$1" hosts=
|
||||
|
||||
local proxy_host proxy_port
|
||||
f_getvar $VAR_HTTP_PROXY_HOST proxy_host
|
||||
|
@ -158,22 +158,14 @@ f_media_options_menu()
|
||||
case "$cp" in
|
||||
$DEVICE_TYPE_UFS|$DEVICE_TYPE_DISK)
|
||||
cp="$msg_file_system" ;;
|
||||
$DEVICE_TYPE_DIRECTORY)
|
||||
cp="$msg_directory";;
|
||||
$DEVICE_TYPE_FLOPPY)
|
||||
cp="$msg_floppy";;
|
||||
$DEVICE_TYPE_FTP)
|
||||
cp="$msg_ftp";;
|
||||
$DEVICE_TYPE_HTTP_PROXY)
|
||||
cp="$msg_http_proxy";;
|
||||
$DEVICE_TYPE_CDROM)
|
||||
cp="$msg_cdrom";;
|
||||
$DEVICE_TYPE_USB)
|
||||
cp="$msg_usb";;
|
||||
$DEVICE_TYPE_DOS)
|
||||
cp="$msg_dos";;
|
||||
$DEVICE_TYPE_NFS)
|
||||
cp="$msg_nfs";;
|
||||
$DEVICE_TYPE_DIRECTORY) cp="$msg_directory" ;;
|
||||
$DEVICE_TYPE_FLOPPY) cp="$msg_floppy" ;;
|
||||
$DEVICE_TYPE_FTP) cp="$msg_ftp" ;;
|
||||
$DEVICE_TYPE_HTTP_PROXY) cp="$msg_http_proxy" ;;
|
||||
$DEVICE_TYPE_CDROM) cp="$msg_cdrom" ;;
|
||||
$DEVICE_TYPE_USB) cp="$msg_usb" ;;
|
||||
$DEVICE_TYPE_DOS) cp="$msg_dos" ;;
|
||||
$DEVICE_TYPE_NFS) cp="$msg_nfs" ;;
|
||||
*)
|
||||
cp="<$msg_unknown>"
|
||||
esac
|
||||
|
Loading…
Reference in New Issue
Block a user