Group USB options together
This commit is contained in:
parent
18c2603789
commit
f850e37373
|
@ -408,9 +408,9 @@ function configure_interactive_icecast {
|
||||||
--radiolist $"Choose an operation:" 19 70 12 \
|
--radiolist $"Choose an operation:" 19 70 12 \
|
||||||
1 $"Import stream files from directory" off \
|
1 $"Import stream files from directory" off \
|
||||||
2 $"Import stream files from USB drive" off \
|
2 $"Import stream files from USB drive" off \
|
||||||
3 $"Manually edit playlist" off \
|
3 $"Format a USB drive for stream file storage" off \
|
||||||
4 $"Export stream files to USB drive" off \
|
4 $"Manually edit playlist" off \
|
||||||
5 $"Format a USB drive for stream file storage" off \
|
5 $"Export stream files to USB drive" off \
|
||||||
6 $"Enable login for stream visitors" off \
|
6 $"Enable login for stream visitors" off \
|
||||||
7 $"Change password for stream visitors" off \
|
7 $"Change password for stream visitors" off \
|
||||||
8 $"Re-scan playlist" off \
|
8 $"Re-scan playlist" off \
|
||||||
|
@ -426,9 +426,9 @@ function configure_interactive_icecast {
|
||||||
case $(cat $data) in
|
case $(cat $data) in
|
||||||
1) icecast_import_from_directory;;
|
1) icecast_import_from_directory;;
|
||||||
2) icecast_import_from_usb;;
|
2) icecast_import_from_usb;;
|
||||||
3) icecast_edit_playlist;;
|
3) icecast_format_drive;;
|
||||||
4) icecast_export_to_usb;;
|
4) icecast_edit_playlist;;
|
||||||
5) icecast_format_drive;;
|
5) icecast_export_to_usb;;
|
||||||
6) icecast_enable_login;;
|
6) icecast_enable_login;;
|
||||||
7) icecast_change_login;;
|
7) icecast_change_login;;
|
||||||
8) clear
|
8) clear
|
||||||
|
|
Loading…
Reference in New Issue