test
This commit is contained in:
parent
a9489ef2df
commit
f309d42259
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user