From 7702141795beb777971ceb693754425c22667ea5 Mon Sep 17 00:00:00 2001 From: Patrick McGuire <60325264+mcguirepr89@users.noreply.github.com> Date: Wed, 27 Oct 2021 17:26:51 -0400 Subject: [PATCH] Update Birders_Guide_Installer.sh --- Birders_Guide_Installer.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Birders_Guide_Installer.sh b/Birders_Guide_Installer.sh index a0f12dd..73b499e 100755 --- a/Birders_Guide_Installer.sh +++ b/Birders_Guide_Installer.sh @@ -97,13 +97,12 @@ stage_2() { echo "Follow the instructions to fill out the LATITUDE and LONGITUDE variables and set the passwords for the live audio stream. Save the file after editing and then close the Mouse Pad editing window to continue." - set -x if [ -z "$SSH_CONNECTION" ];then EDITOR=mousepad else EDITOR=nano fi - env && exit + sex -x $EDITOR ${my_dir}/Birders_Guide_Installer_Configuration.txt while pgrep $EDITOR &> /dev/null;do sleep 1