Merge pull request #119 from tteck/unbound_variable

Fix possible unbound variable
pull/152/head
tteckster 3 years ago committed by GitHub
commit d6843bcd0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 18
      ct/adguard.sh
  2. 18
      ct/daemonsync.sh
  3. 18
      ct/dashy.sh
  4. 18
      ct/debian.sh
  5. 24
      ct/docker.sh
  6. 18
      ct/esphome.sh
  7. 18
      ct/grafana.sh
  8. 18
      ct/heimdalldashboard.sh
  9. 24
      ct/homeassistant.sh
  10. 18
      ct/homebridge.sh
  11. 18
      ct/influxdb.sh
  12. 18
      ct/mariadb.sh
  13. 18
      ct/motioneye.sh
  14. 18
      ct/mqtt.sh
  15. 18
      ct/nginx-proxy-manager.sh
  16. 18
      ct/node-red.sh
  17. 18
      ct/omada.sh
  18. 18
      ct/photoprism.sh
  19. 18
      ct/pihole.sh
  20. 18
      ct/technitiumdns.sh
  21. 18
      ct/ubuntu.sh
  22. 18
      ct/unifi.sh
  23. 18
      ct/vaultwarden.sh
  24. 18
      ct/wireguard.sh
  25. 18
      ct/zigbee2mqtt.sh
  26. 18
      ct/zwavejs2mqtt.sh

@ -43,11 +43,8 @@ option_picked(){
printf " ${YW}${message1}${CL}\n"
}
show_menu
while [ $opt != '' ]
while [ "$opt" != " " ]
do
if [ $opt = '' ]; then
exit;
else
case $opt in
1) clear;
header_info;
@ -71,7 +68,6 @@ while [ $opt != '' ]
show_menu;
;;
esac
fi
done
show_menu2(){
printf " ${YW} 1)${GN} Use Automatic Login ${CL}\n"
@ -87,11 +83,8 @@ option_picked(){
printf " ${YW}${message2}${CL}\n"
}
show_menu2
while [ $opt != '' ]
while [ "$opt" != " " ]
do
if [ $opt = '' ]; then
exit;
else
case $opt in
1) clear;
header_info;
@ -115,7 +108,6 @@ while [ $opt != '' ]
show_menu2;
;;
esac
fi
done
show_menu3(){
printf " ${YW} 1)${GN} Automatic DHCP ${CL}\n"
@ -132,11 +124,8 @@ option_picked(){
printf " ${YW}${message3}${CL}\n"
}
show_menu3
while [ $opt != '' ]
while [ "$opt" != " " ]
do
if [ $opt = '' ]; then
exit;
else
case $opt in
1) clear;
header_info;
@ -160,7 +149,6 @@ while [ $opt != '' ]
show_menu3;
;;
esac
fi
done
set -o errexit

@ -41,11 +41,8 @@ option_picked(){
printf " ${YW}${message1}${CL}\n"
}
show_menu
while [ $opt != '' ]
while [ "$opt" != " " ]
do
if [ $opt = '' ]; then
exit;
else
case $opt in
1) clear;
header_info;
@ -69,7 +66,6 @@ while [ $opt != '' ]
show_menu;
;;
esac
fi
done
show_menu2(){
printf " ${YW} 1)${GN} Use Automatic Login ${CL}\n"
@ -85,11 +81,8 @@ option_picked(){
printf " ${YW}${message2}${CL}\n"
}
show_menu2
while [ $opt != '' ]
while [ "$opt" != " " ]
do
if [ $opt = '' ]; then
exit;
else
case $opt in
1) clear;
header_info;
@ -113,7 +106,6 @@ while [ $opt != '' ]
show_menu2;
;;
esac
fi
done
show_menu3(){
printf " ${YW} 1)${GN} Automatic DHCP ${CL}\n"
@ -130,11 +122,8 @@ option_picked(){
printf " ${YW}${message3}${CL}\n"
}
show_menu3
while [ $opt != '' ]
while [ "$opt" != " " ]
do
if [ $opt = '' ]; then
exit;
else
case $opt in
1) clear;
header_info;
@ -158,7 +147,6 @@ while [ $opt != '' ]
show_menu3;
;;
esac
fi
done
set -o errexit

@ -42,11 +42,8 @@ option_picked(){
printf " ${YW}${message1}${CL}\n"
}
show_menu
while [ $opt != '' ]
while [ "$opt" != " " ]
do
if [ $opt = '' ]; then
exit;
else
case $opt in
1) clear;
header_info;
@ -70,7 +67,6 @@ while [ $opt != '' ]
show_menu;
;;
esac
fi
done
show_menu2(){
printf " ${YW} 1)${GN} Use Automatic Login ${CL}\n"
@ -86,11 +82,8 @@ option_picked(){
printf " ${YW}${message2}${CL}\n"
}
show_menu2
while [ $opt != '' ]
while [ "$opt" != " " ]
do
if [ $opt = '' ]; then
exit;
else
case $opt in
1) clear;
header_info;
@ -114,7 +107,6 @@ while [ $opt != '' ]
show_menu2;
;;
esac
fi
done
show_menu3(){
printf " ${YW} 1)${GN} Automatic DHCP ${CL}\n"
@ -131,11 +123,8 @@ option_picked(){
printf " ${YW}${message3}${CL}\n"
}
show_menu3
while [ $opt != '' ]
while [ "$opt" != " " ]
do
if [ $opt = '' ]; then
exit;
else
case $opt in
1) clear;
header_info;
@ -159,7 +148,6 @@ while [ $opt != '' ]
show_menu3;
;;
esac
fi
done
set -o errexit

@ -42,11 +42,8 @@ option_picked(){
printf " ${YW}${message1}${CL}\n"
}
show_menu
while [ $opt != '' ]
while [ "$opt" != " " ]
do
if [ $opt = '' ]; then
exit;
else
case $opt in
1) clear;
header_info;
@ -70,7 +67,6 @@ while [ $opt != '' ]
show_menu;
;;
esac
fi
done
show_menu2(){
printf " ${YW} 1)${GN} Use Automatic Login ${CL}\n"
@ -86,11 +82,8 @@ option_picked(){
printf " ${YW}${message2}${CL}\n"
}
show_menu2
while [ $opt != '' ]
while [ "$opt" != " " ]
do
if [ $opt = '' ]; then
exit;
else
case $opt in
1) clear;
header_info;
@ -114,7 +107,6 @@ while [ $opt != '' ]
show_menu2;
;;
esac
fi
done
show_menu3(){
printf " ${YW} 1)${GN} Automatic DHCP ${CL}\n"
@ -131,11 +123,8 @@ option_picked(){
printf " ${YW}${message3}${CL}\n"
}
show_menu3
while [ $opt != '' ]
while [ "$opt" != " " ]
do
if [ $opt = '' ]; then
exit;
else
case $opt in
1) clear;
header_info;
@ -159,7 +148,6 @@ while [ $opt != '' ]
show_menu3;
;;
esac
fi
done
set -o errexit

@ -39,11 +39,8 @@ option_picked(){
printf " ${YW}${message1}${CL}\n"
}
show_menu
while [ $opt != '' ]
while [ "$opt" != " " ]
do
if [ $opt = '' ]; then
exit;
else
case $opt in
1) clear;
header_info;
@ -67,7 +64,6 @@ while [ $opt != '' ]
show_menu;
;;
esac
fi
done
show_menu2(){
printf " ${YW} 1)${GN} Use Automatic Login ${CL}\n"
@ -83,11 +79,8 @@ option_picked(){
printf " ${YW}${message2}${CL}\n"
}
show_menu2
while [ $opt != '' ]
while [ "$opt" != " " ]
do
if [ $opt = '' ]; then
exit;
else
case $opt in
1) clear;
header_info;
@ -111,7 +104,6 @@ while [ $opt != '' ]
show_menu2;
;;
esac
fi
done
show_menu3(){
printf " ${RD} If Using ZFS, You Have Storage Driver Options${CL}\n"
@ -130,11 +122,8 @@ option_picked(){
printf " ${YW}${message3}${CL}\n"
}
show_menu3
while [ $opt != '' ]
while [ "$opt" != " " ]
do
if [ $opt = '' ]; then
exit;
else
case $opt in
1) clear;
header_info;
@ -158,7 +147,6 @@ while [ $opt != '' ]
show_menu3;
;;
esac
fi
done
show_menu4(){
printf " ${YW} 1)${GN} Automatic DHCP ${CL}\n"
@ -176,11 +164,8 @@ option_picked(){
printf " ${YW}${message4}${CL}\n"
}
show_menu4
while [ $opt != '' ]
while [ "$opt" != " " ]
do
if [ $opt = '' ]; then
exit;
else
case $opt in
1) clear;
header_info;
@ -204,7 +189,6 @@ while [ $opt != '' ]
show_menu4;
;;
esac
fi
done
set -o errexit

@ -42,11 +42,8 @@ option_picked(){
printf " ${YW}${message1}${CL}\n"
}
show_menu
while [ $opt != '' ]
while [ "$opt" != " " ]
do
if [ $opt = '' ]; then
exit;
else
case $opt in
1) clear;
header_info;
@ -70,7 +67,6 @@ while [ $opt != '' ]
show_menu;
;;
esac
fi
done
show_menu2(){
printf " ${YW} 1)${GN} Use Automatic Login ${CL}\n"
@ -86,11 +82,8 @@ option_picked(){
printf " ${YW}${message2}${CL}\n"
}
show_menu2
while [ $opt != '' ]
while [ "$opt" != " " ]
do
if [ $opt = '' ]; then
exit;
else
case $opt in
1) clear;
header_info;
@ -114,7 +107,6 @@ while [ $opt != '' ]
show_menu2;
;;
esac
fi
done
show_menu3(){
printf " ${YW} 1)${GN} Automatic DHCP ${CL}\n"
@ -131,11 +123,8 @@ option_picked(){
printf " ${YW}${message3}${CL}\n"
}
show_menu3
while [ $opt != '' ]
while [ "$opt" != " " ]
do
if [ $opt = '' ]; then
exit;
else
case $opt in
1) clear;
header_info;
@ -159,7 +148,6 @@ while [ $opt != '' ]
show_menu3;
;;
esac
fi
done
set -o errexit

@ -40,11 +40,8 @@ option_picked(){
printf " ${YW}${message1}${CL}\n"
}
show_menu
while [ $opt != '' ]
while [ "$opt" != " " ]
do
if [ $opt = '' ]; then
exit;
else
case $opt in
1) clear;
header_info;
@ -68,7 +65,6 @@ while [ $opt != '' ]
show_menu;
;;
esac
fi
done
show_menu2(){
printf " ${YW} 1)${GN} Use Automatic Login ${CL}\n"
@ -84,11 +80,8 @@ option_picked(){
printf " ${YW}${message2}${CL}\n"
}
show_menu2
while [ $opt != '' ]
while [ "$opt" != " " ]
do
if [ $opt = '' ]; then
exit;
else
case $opt in
1) clear;
header_info;
@ -112,7 +105,6 @@ while [ $opt != '' ]
show_menu2;
;;
esac
fi
done
show_menu3(){
printf " ${YW} 1)${GN} Automatic DHCP ${CL}\n"
@ -129,11 +121,8 @@ option_picked(){
printf " ${YW}${message3}${CL}\n"
}
show_menu3
while [ $opt != '' ]
while [ "$opt" != " " ]
do
if [ $opt = '' ]; then
exit;
else
case $opt in
1) clear;
header_info;
@ -157,7 +146,6 @@ while [ $opt != '' ]
show_menu3;
;;
esac
fi
done
set -o errexit

@ -42,11 +42,8 @@ option_picked(){
printf " ${YW}${message1}${CL}\n"
}
show_menu
while [ $opt != '' ]
while [ "$opt" != " " ]
do
if [ $opt = '' ]; then
exit;
else
case $opt in
1) clear;
header_info;
@ -70,7 +67,6 @@ while [ $opt != '' ]
show_menu;
;;
esac
fi
done
show_menu2(){
printf " ${YW} 1)${GN} Use Automatic Login ${CL}\n"
@ -86,11 +82,8 @@ option_picked(){
printf " ${YW}${message2}${CL}\n"
}
show_menu2
while [ $opt != '' ]
while [ "$opt" != " " ]
do
if [ $opt = '' ]; then
exit;
else
case $opt in
1) clear;
header_info;
@ -114,7 +107,6 @@ while [ $opt != '' ]
show_menu2;
;;
esac
fi
done
show_menu3(){
printf " ${YW} 1)${GN} Automatic DHCP ${CL}\n"
@ -131,11 +123,8 @@ option_picked(){
printf " ${YW}${message3}${CL}\n"
}
show_menu3
while [ $opt != '' ]
while [ "$opt" != " " ]
do
if [ $opt = '' ]; then
exit;
else
case $opt in
1) clear;
header_info;
@ -159,7 +148,6 @@ while [ $opt != '' ]
show_menu3;
;;
esac
fi
done
set -o errexit

@ -40,11 +40,8 @@ option_picked(){
printf " ${YW}${message1}${CL}\n"
}
show_menu
while [ $opt != '' ]
while [ "$opt" != " " ]
do
if [ $opt = '' ]; then
exit;
else
case $opt in
1) clear;
header_info;
@ -68,7 +65,6 @@ while [ $opt != '' ]
show_menu;
;;
esac
fi
done
show_menu2(){
printf " ${YW} 1)${GN} Use Automatic Login ${CL}\n"
@ -84,11 +80,8 @@ option_picked(){
printf " ${YW}${message2}${CL}\n"
}
show_menu2
while [ $opt != '' ]
while [ "$opt" != " " ]
do
if [ $opt = '' ]; then
exit;
else
case $opt in
1) clear;
header_info;
@ -112,7 +105,6 @@ while [ $opt != '' ]
show_menu2;
;;
esac
fi
done
show_menu3(){
printf " ${RD} If Using ZFS, You Have Storage Driver Options${CL}\n"
@ -131,11 +123,8 @@ option_picked(){
printf " ${YW}${message3}${CL}\n"
}
show_menu3
while [ $opt != '' ]
while [ "$opt" != " " ]
do
if [ $opt = '' ]; then
exit;
else
case $opt in
1) clear;
header_info;
@ -159,7 +148,6 @@ while [ $opt != '' ]
show_menu3;
;;
esac
fi
done
show_menu4(){
printf " ${YW} 1)${GN} Automatic DHCP ${CL}\n"
@ -177,11 +165,8 @@ option_picked(){
printf " ${YW}${message4}${CL}\n"
}
show_menu4
while [ $opt != '' ]
while [ "$opt" != " " ]
do
if [ $opt = '' ]; then
exit;
else
case $opt in
1) clear;
header_info;
@ -205,7 +190,6 @@ while [ $opt != '' ]
show_menu4;
;;
esac
fi
done
set -o errexit

@ -39,11 +39,8 @@ option_picked(){
printf " ${YW}${message1}${CL}\n"
}
show_menu
while [ $opt != '' ]
while [ "$opt" != " " ]
do
if [ $opt = '' ]; then
exit;
else
case $opt in
1) clear;
header_info;
@ -67,7 +64,6 @@ while [ $opt != '' ]
show_menu;
;;
esac
fi
done
show_menu2(){
printf " ${YW} 1)${GN} Use Automatic Login ${CL}\n"
@ -83,11 +79,8 @@ option_picked(){
printf " ${YW}${message2}${CL}\n"
}
show_menu2
while [ $opt != '' ]
while [ "$opt" != " " ]
do
if [ $opt = '' ]; then
exit;
else
case $opt in
1) clear;
header_info;
@ -111,7 +104,6 @@ while [ $opt != '' ]
show_menu2;
;;
esac
fi
done
show_menu3(){
printf " ${YW} 1)${GN} Automatic DHCP ${CL}\n"
@ -128,11 +120,8 @@ option_picked(){
printf " ${YW}${message3}${CL}\n"
}
show_menu3
while [ $opt != '' ]
while [ "$opt" != " " ]
do
if [ $opt = '' ]; then
exit;
else
case $opt in
1) clear;
header_info;
@ -156,7 +145,6 @@ while [ $opt != '' ]
show_menu3;
;;
esac
fi
done
set -o errexit

@ -40,11 +40,8 @@ option_picked(){
printf " ${YW}${message1}${CL}\n"
}
show_menu
while [ $opt != '' ]
while [ "$opt" != " " ]
do
if [ $opt = '' ]; then
exit;
else
case $opt in
1) clear;
header_info;
@ -68,7 +65,6 @@ while [ $opt != '' ]
show_menu;
;;
esac
fi
done
show_menu2(){
printf " ${YW} 1)${GN} Use Automatic Login ${CL}\n"
@ -84,11 +80,8 @@ option_picked(){
printf " ${YW}${message2}${CL}\n"
}
show_menu2
while [ $opt != '' ]
while [ "$opt" != " " ]
do
if [ $opt = '' ]; then
exit;
else
case $opt in
1) clear;
header_info;
@ -112,7 +105,6 @@ while [ $opt != '' ]
show_menu2;
;;
esac
fi
done
show_menu3(){
printf " ${YW} 1)${GN} Automatic DHCP ${CL}\n"
@ -129,11 +121,8 @@ option_picked(){
printf " ${YW}${message3}${CL}\n"
}
show_menu3
while [ $opt != '' ]
while [ "$opt" != " " ]
do
if [ $opt = '' ]; then
exit;
else
case $opt in
1) clear;
header_info;
@ -157,7 +146,6 @@ while [ $opt != '' ]
show_menu3;
;;
esac
fi
done
set -o errexit

@ -40,11 +40,8 @@ option_picked(){
printf " ${YW}${message1}${CL}\n"
}
show_menu
while [ $opt != '' ]
while [ "$opt" != " " ]
do
if [ $opt = '' ]; then
exit;
else
case $opt in
1) clear;
header_info;
@ -68,7 +65,6 @@ while [ $opt != '' ]
show_menu;
;;
esac
fi
done
show_menu2(){
printf " ${YW} 1)${GN} Use Automatic Login ${CL}\n"
@ -84,11 +80,8 @@ option_picked(){
printf " ${YW}${message2}${CL}\n"
}
show_menu2
while [ $opt != '' ]
while [ "$opt" != " " ]
do
if [ $opt = '' ]; then
exit;
else
case $opt in
1) clear;
header_info;
@ -112,7 +105,6 @@ while [ $opt != '' ]
show_menu2;
;;
esac
fi
done
show_menu3(){
printf " ${YW} 1)${GN} Automatic DHCP ${CL}\n"
@ -129,11 +121,8 @@ option_picked(){
printf " ${YW}${message3}${CL}\n"
}
show_menu3
while [ $opt != '' ]
while [ "$opt" != " " ]
do
if [ $opt = '' ]; then
exit;
else
case $opt in
1) clear;
header_info;
@ -157,7 +146,6 @@ while [ $opt != '' ]
show_menu3;
;;
esac
fi
done
set -o errexit

@ -41,11 +41,8 @@ option_picked(){
printf " ${YW}${message1}${CL}\n"
}
show_menu
while [ $opt != '' ]
while [ "$opt" != " " ]
do
if [ $opt = '' ]; then
exit;
else
case $opt in
1) clear;
header_info;
@ -69,7 +66,6 @@ while [ $opt != '' ]
show_menu;
;;
esac
fi
done
show_menu2(){
printf " ${YW} 1)${GN} Use Automatic Login ${CL}\n"
@ -85,11 +81,8 @@ option_picked(){
printf " ${YW}${message2}${CL}\n"
}
show_menu2
while [ $opt != '' ]
while [ "$opt" != " " ]
do
if [ $opt = '' ]; then
exit;
else
case $opt in
1) clear;
header_info;
@ -113,7 +106,6 @@ while [ $opt != '' ]
show_menu2;
;;
esac
fi
done
show_menu3(){
printf " ${YW} 1)${GN} Automatic DHCP ${CL}\n"
@ -130,11 +122,8 @@ option_picked(){
printf " ${YW}${message3}${CL}\n"
}
show_menu3
while [ $opt != '' ]
while [ "$opt" != " " ]
do
if [ $opt = '' ]; then
exit;
else
case $opt in
1) clear;
header_info;
@ -158,7 +147,6 @@ while [ $opt != '' ]
show_menu3;
;;
esac
fi
done
set -o errexit

@ -40,11 +40,8 @@ option_picked(){
printf " ${YW}${message1}${CL}\n"
}
show_menu
while [ $opt != '' ]
while [ "$opt" != " " ]
do
if [ $opt = '' ]; then
exit;
else
case $opt in
1) clear;
header_info;
@ -68,7 +65,6 @@ while [ $opt != '' ]
show_menu;
;;
esac
fi
done
show_menu2(){
printf " ${YW} 1)${GN} Use Automatic Login ${CL}\n"
@ -84,11 +80,8 @@ option_picked(){
printf " ${YW}${message2}${CL}\n"
}
show_menu2
while [ $opt != '' ]
while [ "$opt" != " " ]
do
if [ $opt = '' ]; then
exit;
else
case $opt in
1) clear;
header_info;
@ -112,7 +105,6 @@ while [ $opt != '' ]
show_menu2;
;;
esac
fi
done
show_menu3(){
printf " ${YW} 1)${GN} Automatic DHCP ${CL}\n"
@ -129,11 +121,8 @@ option_picked(){
printf " ${YW}${message3}${CL}\n"
}
show_menu3
while [ $opt != '' ]
while [ "$opt" != " " ]
do
if [ $opt = '' ]; then
exit;
else
case $opt in
1) clear;
header_info;
@ -157,7 +146,6 @@ while [ $opt != '' ]
show_menu3;
;;
esac
fi
done
set -o errexit

@ -39,11 +39,8 @@ option_picked(){
printf " ${YW}${message1}${CL}\n"
}
show_menu
while [ $opt != '' ]
while [ "$opt" != " " ]
do
if [ $opt = '' ]; then
exit;
else
case $opt in
1) clear;
header_info;
@ -67,7 +64,6 @@ while [ $opt != '' ]
show_menu;
;;
esac
fi
done
show_menu2(){
printf " ${YW} 1)${GN} Use Automatic Login ${CL}\n"
@ -83,11 +79,8 @@ option_picked(){
printf " ${YW}${message2}${CL}\n"
}
show_menu2
while [ $opt != '' ]
while [ "$opt" != " " ]
do
if [ $opt = '' ]; then
exit;
else
case $opt in
1) clear;
header_info;
@ -111,7 +104,6 @@ while [ $opt != '' ]
show_menu2;
;;
esac
fi
done
show_menu3(){
printf " ${YW} 1)${GN} Automatic DHCP ${CL}\n"
@ -128,11 +120,8 @@ option_picked(){
printf " ${YW}${message3}${CL}\n"
}
show_menu3
while [ $opt != '' ]
while [ "$opt" != " " ]
do
if [ $opt = '' ]; then
exit;
else
case $opt in
1) clear;
header_info;
@ -156,7 +145,6 @@ while [ $opt != '' ]
show_menu3;
;;
esac
fi
done
set -o errexit

@ -40,11 +40,8 @@ option_picked(){
printf " ${YW}${message1}${CL}\n"
}
show_menu
while [ $opt != '' ]
while [ "$opt" != " " ]
do
if [ $opt = '' ]; then
exit;
else
case $opt in
1) clear;
header_info;
@ -68,7 +65,6 @@ while [ $opt != '' ]
show_menu;
;;
esac
fi
done
show_menu2(){
printf " ${YW} 1)${GN} Use Automatic Login ${CL}\n"
@ -84,11 +80,8 @@ option_picked(){
printf " ${YW}${message2}${CL}\n"
}
show_menu2
while [ $opt != '' ]
while [ "$opt" != " " ]
do
if [ $opt = '' ]; then
exit;
else
case $opt in
1) clear;
header_info;
@ -112,7 +105,6 @@ while [ $opt != '' ]
show_menu2;
;;
esac
fi
done
show_menu3(){
printf " ${YW} 1)${GN} Automatic DHCP ${CL}\n"
@ -129,11 +121,8 @@ option_picked(){
printf " ${YW}${message3}${CL}\n"
}
show_menu3
while [ $opt != '' ]
while [ "$opt" != " " ]
do
if [ $opt = '' ]; then
exit;
else
case $opt in
1) clear;
header_info;
@ -157,7 +146,6 @@ while [ $opt != '' ]
show_menu3;
;;
esac
fi
done
set -o errexit

@ -40,11 +40,8 @@ option_picked(){
printf " ${YW}${message1}${CL}\n"
}
show_menu
while [ $opt != '' ]
while [ "$opt" != " " ]
do
if [ $opt = '' ]; then
exit;
else
case $opt in
1) clear;
header_info;
@ -68,7 +65,6 @@ while [ $opt != '' ]
show_menu;
;;
esac
fi
done
show_menu2(){
printf " ${YW} 1)${GN} Use Automatic Login ${CL}\n"
@ -84,11 +80,8 @@ option_picked(){
printf " ${YW}${message2}${CL}\n"
}
show_menu2
while [ $opt != '' ]
while [ "$opt" != " " ]
do
if [ $opt = '' ]; then
exit;
else
case $opt in
1) clear;
header_info;
@ -112,7 +105,6 @@ while [ $opt != '' ]
show_menu2;
;;
esac
fi
done
show_menu3(){
printf " ${YW} 1)${GN} Automatic DHCP ${CL}\n"
@ -129,11 +121,8 @@ option_picked(){
printf " ${YW}${message3}${CL}\n"
}
show_menu3
while [ $opt != '' ]
while [ "$opt" != " " ]
do
if [ $opt = '' ]; then
exit;
else
case $opt in
1) clear;
header_info;
@ -157,7 +146,6 @@ while [ $opt != '' ]
show_menu3;
;;
esac
fi
done
set -o errexit

@ -42,11 +42,8 @@ option_picked(){
printf " ${YW}${message1}${CL}\n"
}
show_menu
while [ $opt != '' ]
while [ "$opt" != " " ]
do
if [ $opt = '' ]; then
exit;
else
case $opt in
1) clear;
header_info;
@ -70,7 +67,6 @@ while [ $opt != '' ]
show_menu;
;;
esac
fi
done
show_menu2(){
printf " ${YW} 1)${GN} Use Automatic Login ${CL}\n"
@ -86,11 +82,8 @@ option_picked(){
printf " ${YW}${message2}${CL}\n"
}
show_menu2
while [ $opt != '' ]
while [ "$opt" != " " ]
do
if [ $opt = '' ]; then
exit;
else
case $opt in
1) clear;
header_info;
@ -114,7 +107,6 @@ while [ $opt != '' ]
show_menu2;
;;
esac
fi
done
show_menu3(){
printf " ${YW} 1)${GN} Automatic DHCP ${CL}\n"
@ -131,11 +123,8 @@ option_picked(){
printf " ${YW}${message3}${CL}\n"
}
show_menu3
while [ $opt != '' ]
while [ "$opt" != " " ]
do
if [ $opt = '' ]; then
exit;
else
case $opt in
1) clear;
header_info;
@ -159,7 +148,6 @@ while [ $opt != '' ]
show_menu3;
;;
esac
fi
done
set -o errexit

@ -41,11 +41,8 @@ option_picked(){
printf " ${YW}${message1}${CL}\n"
}
show_menu
while [ $opt != '' ]
while [ "$opt" != " " ]
do
if [ $opt = '' ]; then
exit;
else
case $opt in
1) clear;
header_info;
@ -69,7 +66,6 @@ while [ $opt != '' ]
show_menu;
;;
esac
fi
done
show_menu2(){
printf " ${YW} 1)${GN} Use Automatic Login ${CL}\n"
@ -85,11 +81,8 @@ option_picked(){
printf " ${YW}${message2}${CL}\n"
}
show_menu2
while [ $opt != '' ]
while [ "$opt" != " " ]
do
if [ $opt = '' ]; then
exit;
else
case $opt in
1) clear;
header_info;
@ -113,7 +106,6 @@ while [ $opt != '' ]
show_menu2;
;;
esac
fi
done
show_menu3(){
printf " ${YW} 1)${GN} Automatic DHCP ${CL}\n"
@ -130,11 +122,8 @@ option_picked(){
printf " ${YW}${message3}${CL}\n"
}
show_menu3
while [ $opt != '' ]
while [ "$opt" != " " ]
do
if [ $opt = '' ]; then
exit;
else
case $opt in
1) clear;
header_info;
@ -158,7 +147,6 @@ while [ $opt != '' ]
show_menu3;
;;
esac
fi
done
set -o errexit

@ -42,11 +42,8 @@ option_picked(){
printf " ${YW}${message1}${CL}\n"
}
show_menu
while [ $opt != '' ]
while [ "$opt" != " " ]
do
if [ $opt = '' ]; then
exit;
else
case $opt in
1) clear;
header_info;
@ -70,7 +67,6 @@ while [ $opt != '' ]
show_menu;
;;
esac
fi
done
show_menu2(){
printf " ${YW} 1)${GN} Use Automatic Login ${CL}\n"
@ -86,11 +82,8 @@ option_picked(){
printf " ${YW}${message2}${CL}\n"
}
show_menu2
while [ $opt != '' ]
while [ "$opt" != " " ]
do
if [ $opt = '' ]; then
exit;
else
case $opt in
1) clear;
header_info;
@ -114,7 +107,6 @@ while [ $opt != '' ]
show_menu2;
;;
esac
fi
done
show_menu3(){
printf " ${YW} 1)${GN} Automatic DHCP ${CL}\n"
@ -131,11 +123,8 @@ option_picked(){
printf " ${YW}${message3}${CL}\n"
}
show_menu3
while [ $opt != '' ]
while [ "$opt" != " " ]
do
if [ $opt = '' ]; then
exit;
else
case $opt in
1) clear;
header_info;
@ -159,7 +148,6 @@ while [ $opt != '' ]
show_menu3;
;;
esac
fi
done
set -o errexit

@ -40,11 +40,8 @@ option_picked(){
printf " ${YW}${message1}${CL}\n"
}
show_menu
while [ $opt != '' ]
while [ "$opt" != " " ]
do
if [ $opt = '' ]; then
exit;
else
case $opt in
1) clear;
header_info;
@ -68,7 +65,6 @@ while [ $opt != '' ]
show_menu;
;;
esac
fi
done
show_menu2(){
printf " ${YW} 1)${GN} Use Automatic Login ${CL}\n"
@ -84,11 +80,8 @@ option_picked(){
printf " ${YW}${message2}${CL}\n"
}
show_menu2
while [ $opt != '' ]
while [ "$opt" != " " ]
do
if [ $opt = '' ]; then
exit;
else
case $opt in
1) clear;
header_info;
@ -112,7 +105,6 @@ while [ $opt != '' ]
show_menu2;
;;
esac
fi
done
show_menu3(){
printf " ${YW} 1)${GN} Automatic DHCP ${CL}\n"
@ -129,11 +121,8 @@ option_picked(){
printf " ${YW}${message3}${CL}\n"
}
show_menu3
while [ $opt != '' ]
while [ "$opt" != " " ]
do
if [ $opt = '' ]; then
exit;
else
case $opt in
1) clear;
header_info;
@ -157,7 +146,6 @@ while [ $opt != '' ]
show_menu3;
;;
esac
fi
done
set -o errexit

@ -41,11 +41,8 @@ option_picked(){
printf " ${YW}${message1}${CL}\n"
}
show_menu
while [ $opt != '' ]
while [ "$opt" != " " ]
do
if [ $opt = '' ]; then
exit;
else
case $opt in
1) clear;
header_info;
@ -69,7 +66,6 @@ while [ $opt != '' ]
show_menu;
;;
esac
fi
done
show_menu2(){
printf " ${YW} 1)${GN} Use Automatic Login ${CL}\n"
@ -85,11 +81,8 @@ option_picked(){
printf " ${YW}${message2}${CL}\n"
}
show_menu2
while [ $opt != '' ]
while [ "$opt" != " " ]
do
if [ $opt = '' ]; then
exit;
else
case $opt in
1) clear;
header_info;
@ -113,7 +106,6 @@ while [ $opt != '' ]
show_menu2;
;;
esac
fi
done
show_menu3(){
printf " ${YW} 1)${GN} Automatic DHCP ${CL}\n"
@ -130,11 +122,8 @@ option_picked(){
printf " ${YW}${message3}${CL}\n"
}
show_menu3
while [ $opt != '' ]
while [ "$opt" != " " ]
do
if [ $opt = '' ]; then
exit;
else
case $opt in
1) clear;
header_info;
@ -158,7 +147,6 @@ while [ $opt != '' ]
show_menu3;
;;
esac
fi
done
set -o errexit

@ -42,11 +42,8 @@ option_picked(){
printf " ${YW}${message1}${CL}\n"
}
show_menu
while [ $opt != '' ]
while [ "$opt" != " " ]
do
if [ $opt = '' ]; then
exit;
else
case $opt in
1) clear;
header_info;
@ -70,7 +67,6 @@ while [ $opt != '' ]
show_menu;
;;
esac
fi
done
show_menu2(){
printf " ${YW} 1)${GN} Use Automatic Login ${CL}\n"
@ -86,11 +82,8 @@ option_picked(){
printf " ${YW}${message2}${CL}\n"
}
show_menu2
while [ $opt != '' ]
while [ "$opt" != " " ]
do
if [ $opt = '' ]; then
exit;
else
case $opt in
1) clear;
header_info;
@ -114,7 +107,6 @@ while [ $opt != '' ]
show_menu2;
;;
esac
fi
done
show_menu3(){
printf " ${YW} 1)${GN} Automatic DHCP ${CL}\n"
@ -131,11 +123,8 @@ option_picked(){
printf " ${YW}${message3}${CL}\n"
}
show_menu3
while [ $opt != '' ]
while [ "$opt" != " " ]
do
if [ $opt = '' ]; then
exit;
else
case $opt in
1) clear;
header_info;
@ -159,7 +148,6 @@ while [ $opt != '' ]
show_menu3;
;;
esac
fi
done
set -o errexit

@ -40,11 +40,8 @@ option_picked(){
printf " ${YW}${message1}${CL}\n"
}
show_menu
while [ $opt != '' ]
while [ "$opt" != " " ]
do
if [ $opt = '' ]; then
exit;
else
case $opt in
1) clear;
header_info;
@ -68,7 +65,6 @@ while [ $opt != '' ]
show_menu;
;;
esac
fi
done
show_menu2(){
printf " ${YW} 1)${GN} Use Automatic Login ${CL}\n"
@ -84,11 +80,8 @@ option_picked(){
printf " ${YW}${message2}${CL}\n"
}
show_menu2
while [ $opt != '' ]
while [ "$opt" != " " ]
do
if [ $opt = '' ]; then
exit;
else
case $opt in
1) clear;
header_info;
@ -112,7 +105,6 @@ while [ $opt != '' ]
show_menu2;
;;
esac
fi
done
show_menu3(){
printf " ${YW} 1)${GN} Automatic DHCP ${CL}\n"
@ -129,11 +121,8 @@ option_picked(){
printf " ${YW}${message3}${CL}\n"
}
show_menu3
while [ $opt != '' ]
while [ "$opt" != " " ]
do
if [ $opt = '' ]; then
exit;
else
case $opt in
1) clear;
header_info;
@ -157,7 +146,6 @@ while [ $opt != '' ]
show_menu3;
;;
esac
fi
done
set -o errexit

@ -42,11 +42,8 @@ option_picked(){
printf " ${YW}${message1}${CL}\n"
}
show_menu
while [ $opt != '' ]
while [ "$opt" != " " ]
do
if [ $opt = '' ]; then
exit;
else
case $opt in
1) clear;
header_info;
@ -70,7 +67,6 @@ while [ $opt != '' ]
show_menu;
;;
esac
fi
done
show_menu2(){
printf " ${YW} 1)${GN} Use Automatic Login ${CL}\n"
@ -86,11 +82,8 @@ option_picked(){
printf " ${YW}${message2}${CL}\n"
}
show_menu2
while [ $opt != '' ]
while [ "$opt" != " " ]
do
if [ $opt = '' ]; then
exit;
else
case $opt in
1) clear;
header_info;
@ -114,7 +107,6 @@ while [ $opt != '' ]
show_menu2;
;;
esac
fi
done
show_menu3(){
printf " ${YW} 1)${GN} Automatic DHCP ${CL}\n"
@ -131,11 +123,8 @@ option_picked(){
printf " ${YW}${message3}${CL}\n"
}
show_menu3
while [ $opt != '' ]
while [ "$opt" != " " ]
do
if [ $opt = '' ]; then
exit;
else
case $opt in
1) clear;
header_info;
@ -159,7 +148,6 @@ while [ $opt != '' ]
show_menu3;
;;
esac
fi
done
set -o errexit

@ -43,11 +43,8 @@ option_picked(){
printf " ${YW}${message1}${CL}\n"
}
show_menu
while [ $opt != '' ]
while [ "$opt" != " " ]
do
if [ $opt = '' ]; then
exit;
else
case $opt in
1) clear;
header_info;
@ -71,7 +68,6 @@ while [ $opt != '' ]
show_menu;
;;
esac
fi
done
show_menu2(){
printf " ${YW} 1)${GN} Use Automatic Login ${CL}\n"
@ -87,11 +83,8 @@ option_picked(){
printf " ${YW}${message2}${CL}\n"
}
show_menu2
while [ $opt != '' ]
while [ "$opt" != " " ]
do
if [ $opt = '' ]; then
exit;
else
case $opt in
1) clear;
header_info;
@ -115,7 +108,6 @@ while [ $opt != '' ]
show_menu2;
;;
esac
fi
done
show_menu3(){
printf " ${YW} 1)${GN} Automatic DHCP ${CL}\n"
@ -132,11 +124,8 @@ option_picked(){
printf " ${YW}${message3}${CL}\n"
}
show_menu3
while [ $opt != '' ]
while [ "$opt" != " " ]
do
if [ $opt = '' ]; then
exit;
else
case $opt in
1) clear;
header_info;
@ -160,7 +149,6 @@ while [ $opt != '' ]
show_menu3;
;;
esac
fi
done
set -o errexit

Loading…
Cancel
Save