Skip to content

Commit

Permalink
Update nvidia-driver.plg
Browse files Browse the repository at this point in the history
  • Loading branch information
ich777 committed Jul 6, 2023
1 parent 5daa82a commit 5143c9a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion nvidia-driver.plg
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!DOCTYPE PLUGIN [
<!ENTITY name "nvidia-driver">
<!ENTITY author "ich777">
<!ENTITY version "2023.05.16">
<!ENTITY version "2023.07.06">
<!ENTITY launch "Settings/nvidia-driver">
<!ENTITY gitURL "https://github.com/&author;/unraid-&name;/raw/master">
<!ENTITY pluginURL "&gitURL;/&name;.plg">
Expand All @@ -16,6 +16,9 @@

<CHANGES>

###2023.07.06
- Change log level from nvidia-container-runtime from info to warning

###2023.05.16
- Bugfix for download and update check from latest driver versions if minor version numbers consist either of two or three digit version numbers

Expand Down Expand Up @@ -348,6 +351,9 @@ else
fi
fi

#Change log level from nvidia-container-runtime from info to warning if it isn't already set to warning
sed -i "/log-level = \"info\"/c\log-level = \"warning\"" /etc/nvidia-container-runtime/config.toml

#Check if Plugin Update Helper is installed and up to date
if [ ! -f /usr/bin/plugin_update_helper ]; then
cp &plugin;/plugin_update_helper /usr/bin/plugin_update_helper
Expand Down

0 comments on commit 5143c9a

Please sign in to comment.