fixed missing "yes" strings
Signed-off-by: hax <hax@lainlounge.xyz>
This commit is contained in:
parent
d6955a6552
commit
35387c2125
1 changed files with 2 additions and 2 deletions
|
|
@ -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)"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue