Skip to content

Commit f17a975

Browse files
author
Marius Burkard
committed
Apply 1 suggestion(s) to 1 file(s)
1 parent fa53b60 commit f17a975

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/mods-available/remoteaction_core_module.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ private function _doOsUpdate($action) {
179179
//TODO : change this when distribution information has been integrated into server record
180180
if(file_exists('/etc/gentoo-release')) {
181181
exec("glsa-check -f --nocolor affected");
182-
}elseif(file_exists('/etc/redhat-release')) {
182+
} elseif(file_exists('/etc/redhat-release')) {
183183
exec("dnf -y update");
184184
}
185185
else {

0 commit comments

Comments
 (0)