fixed missing "yes" strings

Signed-off-by: hax <hax@lainlounge.xyz>
This commit is contained in:
h@x 2024-12-15 07:03:17 +00:00
parent d6955a6552
commit 35387c2125

View file

@ -274,7 +274,7 @@ else
fi
# Set the local
if [ "$PMX_LANG" == "" ] ; then
if [ "$PMX_LANG" == "yes" ] ; then
PMX_LANG="en_US.UTF-8"
fi
echo -r "Set the locales"
@ -562,7 +562,7 @@ if [ "${PMX_DISABLERPC,,}" == "yes" ] ; then
systemctl stop rpcbind
fi
if [ "${PMX_TIMEZONE}" == "" ] ; then
if [ "${PMX_TIMEZONE}" == "yes" ] ; then
## Set Timezone, empty = set automatically by IP
echo -e "Set Timezone, empty = set automatically by IP"
this_ip="$(dig +short myip.opendns.com @resolver1.opendns.com)"