|
|
|
|
357
|
32 cloudxns.net)
|
357
|
32 cloudxns.net)
|
358
|
|
358
|
|
359
|
# shellcheck disable=SC2068
|
359
|
# shellcheck disable=SC2068
|
360
|
- selection=$(dialog --backtitle $"Freedombone Administrator Control Panel" --title $"Dynamic DNS" --menu $"Choose Dynamic DNS provider, or ESC for none:" 24 60 32 "${W[@]}" 3>&2 2>&1 1>&3)
|
|
|
|
|
360
|
+ selection=$(dialog --backtitle $"Freedombone Configuration" --title $"Dynamic DNS" --menu $"Choose Dynamic DNS provider, or ESC for none:" 24 60 32 "${W[@]}" 3>&2 2>&1 1>&3)
|
361
|
|
361
|
|
362
|
if [ ! "$selection" ]; then
|
362
|
if [ ! "$selection" ]; then
|
363
|
if [ -f /etc/systemd/system/inadyn.service ]; then
|
363
|
if [ -f /etc/systemd/system/inadyn.service ]; then
|
|
|
|
|
542
|
49 $"Ukraine")
|
542
|
49 $"Ukraine")
|
543
|
|
543
|
|
544
|
# shellcheck disable=SC2068
|
544
|
# shellcheck disable=SC2068
|
545
|
- selection=$(dialog --backtitle $"Freedombone Administrator Control Panel" --title $"Debian Repo" --menu $"Where to download Debian packages from:" 24 60 49 "${W[@]}" 3>&2 2>&1 1>&3)
|
|
|
|
|
545
|
+ selection=$(dialog --backtitle $"Freedombone Configuration" --title $"Debian Repo" --menu $"Where to download Debian packages from:" 24 60 49 "${W[@]}" 3>&2 2>&1 1>&3)
|
546
|
|
546
|
|
547
|
if [ ! "$selection" ]; then
|
547
|
if [ ! "$selection" ]; then
|
548
|
selection='1'
|
548
|
selection='1'
|
|
|
|
|
954
|
68 $"Vietnamese")
|
954
|
68 $"Vietnamese")
|
955
|
|
955
|
|
956
|
# shellcheck disable=SC2068
|
956
|
# shellcheck disable=SC2068
|
957
|
- selection=$(dialog --backtitle $"Freedombone Administrator Control Panel" --title $"Language" --menu $"Select your language:" 24 60 68 "${W[@]}" 3>&2 2>&1 1>&3)
|
|
|
|
|
957
|
+ selection=$(dialog --backtitle $"Freedombone Configuration" --title $"Language" --menu $"Select your language:" 24 60 68 "${W[@]}" 3>&2 2>&1 1>&3)
|
958
|
|
958
|
|
959
|
if [ ! "$selection" ]; then
|
959
|
if [ ! "$selection" ]; then
|
960
|
selection='1'
|
960
|
selection='1'
|