This commit is contained in:
m0duspwnens
2020-03-12 17:42:32 -04:00
parent 6c8d6812f9
commit 804a87eb21
5 changed files with 37 additions and 30 deletions

View File

@@ -121,6 +121,7 @@ if (whiptail_you_sure) ; then
whiptail_install_type
SHORTNAME=$(echo $HOSTNAME | awk -F. {'print $1'})
MINION_ID=$(echo $SHORTNAME'_'$INSTALLTYPE | tr '[:upper:]' '[:lower:]')
echo "MINION_ID = $MINION_ID" >> $SETUPLOG 2>&1
# How do we want to handle OS patching? manual, auto or scheduled days and hours
whiptail_patch_schedule