We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f864495 commit c3a46c2Copy full SHA for c3a46c2
MerlinAU.sh
@@ -2931,21 +2931,13 @@ _SCRIPT_UPDATE_()
2931
fi
2932
printf "\n${CYANct}Download successful!${NOct}\n"
2933
printf "\n$(date) - Successfully updated $SCRIPT_NAME v${DLRepoVersion}\n"
2934
- if ! "$isInteractive"
2935
- then
2936
- _SendEMailNotification_ SUCESS_SCRIPT_UPDATE_STATUS
2937
- fi
2938
printf "${CYANct}Restarting script...${NOct}\n"
2939
sleep 1
2940
_CheckForNewGUIVersionUpdate_ && extraParam="install"
2941
_ReleaseLock_
2942
exec "$ScriptFilePath" $extraParam
2943
exit 0
2944
else
2945
2946
2947
- _SendEMailNotification_ FAILED_SCRIPT_UPDATE_STATUS
2948
2949
_WaitForEnterKey_
2950
return 1
2951
0 commit comments