We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa53b60 commit f17a975Copy full SHA for f17a975
server/mods-available/remoteaction_core_module.inc.php
@@ -179,7 +179,7 @@ private function _doOsUpdate($action) {
179
//TODO : change this when distribution information has been integrated into server record
180
if(file_exists('/etc/gentoo-release')) {
181
exec("glsa-check -f --nocolor affected");
182
- }elseif(file_exists('/etc/redhat-release')) {
+ } elseif(file_exists('/etc/redhat-release')) {
183
exec("dnf -y update");
184
}
185
else {
0 commit comments