This commit is contained in:
deathbybandaid 2022-03-08 09:07:20 -05:00
parent a9489ef2df
commit f309d42259

View File

@ -18,6 +18,7 @@ else
fi fi
## FreeIPA Realm Join ## FreeIPA Realm Join
if [ "$realm_join" == 1 ]; then
if (whiptail --title "FreeIPA Relam Join" --yes-button "yes" --no-button "no" --yesno "Do You want to join a FreeIPA Realm?" 10 80) if (whiptail --title "FreeIPA Relam Join" --yes-button "yes" --no-button "no" --yesno "Do You want to join a FreeIPA Realm?" 10 80)
then then
@ -35,3 +36,4 @@ then
else else
echo "Skipping realm joining" echo "Skipping realm joining"
fi fi
fi