diff --git a/setup/so-whiptail b/setup/so-whiptail index 9ecd00b04..37164268e 100755 --- a/setup/so-whiptail +++ b/setup/so-whiptail @@ -43,10 +43,10 @@ whiptail_analyst_install() { You can choose to join this workstation to an existing grid for managemnt or make it standalone. EOM - + echo "whiptail" AWORK=$(whiptail --title "$whiptail_title" \ --yesno "$message" 11 75 \ - --yes-button "Join" --no-button "Standalone" --defaultno) + --yes-button "Join" --no-button "Standalone" --defaultno ) }