Skip to content

Commit c3a46c2

Browse files
Update MerlinAU.sh
1 parent f864495 commit c3a46c2

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

MerlinAU.sh

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2931,21 +2931,13 @@ _SCRIPT_UPDATE_()
29312931
fi
29322932
printf "\n${CYANct}Download successful!${NOct}\n"
29332933
printf "\n$(date) - Successfully updated $SCRIPT_NAME v${DLRepoVersion}\n"
2934-
if ! "$isInteractive"
2935-
then
2936-
_SendEMailNotification_ SUCESS_SCRIPT_UPDATE_STATUS
2937-
fi
29382934
printf "${CYANct}Restarting script...${NOct}\n"
29392935
sleep 1
29402936
_CheckForNewGUIVersionUpdate_ && extraParam="install"
29412937
_ReleaseLock_
29422938
exec "$ScriptFilePath" $extraParam
29432939
exit 0
29442940
else
2945-
if ! "$isInteractive"
2946-
then
2947-
_SendEMailNotification_ FAILED_SCRIPT_UPDATE_STATUS
2948-
fi
29492941
_WaitForEnterKey_
29502942
return 1
29512943
fi

0 commit comments

Comments
 (0)