From ef2c6cd997d9ed877a4406c44e111f7b46852031 Mon Sep 17 00:00:00 2001 From: Zack T Date: Wed, 31 Jan 2018 22:49:56 -0700 Subject: [PATCH] v1.5 = Fixed local licensing issue for Maple 2017 + Fixed local licensing issue for Maple 2017 --- Software/Maple/license_Maple.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Software/Maple/license_Maple.sh b/Software/Maple/license_Maple.sh index 1256463..681bde0 100755 --- a/Software/Maple/license_Maple.sh +++ b/Software/Maple/license_Maple.sh @@ -3,7 +3,7 @@ ################################################################################################### # Script Name: license_Maple.sh # By: Zack Thompson / Created: 1/8/2018 -# Version: 1.4 / Updated: 1/30/2018 / By: ZT +# Version: 1.5 / Updated: 1/31/2018 / By: ZT # # Description: This script applies the license for Maple applications. # @@ -109,7 +109,7 @@ expect "The Maple Reporter (Professional Edition)" { send "\r" } expect "The Maple Reporter (Academic Edition)" { send "\r" } expect "Upcoming Events and Seminars" { send "\r" } expect "Special Product Announcements" { send "\r" } -interact +expect "Press ENTER to finish" { send "\r"; exp_continue } activateLicense )