install.sh: updated error message to show more info.

This commit is contained in:
Shreyas Zare
2024-06-15 17:38:18 +05:30
parent 1c1e6c4997
commit 5a681459e1

View File

@@ -60,7 +60,7 @@ else
echo "ASP.NET Core Runtime was installed successfully!"
fi
else
echo "Failed to install ASP.NET Core Runtime. Please try again."
echo "Failed to install ASP.NET Core Runtime. Please check '$installLog' for details."
exit 1
fi
fi