#!/bin/bash endStart() { ####################################################### ### End Functions ### ####################################################### completeMessage; checkRequirements; if [[ "$initial_command2" == "terminal" ]]; then resetToMenu; fi }