version 1.38, 2019/04/09 15:54:12
|
version 1.52, 2023/05/09 00:55:29
|
Line 57 if ('<DIST />' eq 'suse9.2' || '<DIST />
|
Line 57 if ('<DIST />' eq 'suse9.2' || '<DIST />
|
('<DIST />' eq 'fedora23') || ('<DIST />' eq 'fedora24') || |
('<DIST />' eq 'fedora23') || ('<DIST />' eq 'fedora24') || |
('<DIST />' eq 'fedora25') || ('<DIST />' eq 'fedora26') || |
('<DIST />' eq 'fedora25') || ('<DIST />' eq 'fedora26') || |
('<DIST />' eq 'fedora27') || ('<DIST />' eq 'fedora28') || |
('<DIST />' eq 'fedora27') || ('<DIST />' eq 'fedora28') || |
('<DIST />' eq 'fedora29') || ('<DIST />' eq 'fedora30')) { |
('<DIST />' eq 'fedora29') || ('<DIST />' eq 'fedora30') || |
|
('<DIST />' eq 'fedora31') || ('<DIST />' eq 'fedora32') || |
|
('<DIST />' eq 'fedora33') || ('<DIST />' eq 'fedora34') || |
|
('<DIST />' eq 'fedora35') || ('<DIST />' eq 'fedora36') || |
|
('<DIST />' eq 'fedora37') || ('<DIST />' eq 'fedora38') || |
|
('<DIST />' eq 'centos8') || ('<DIST />' eq 'rhes8') || |
|
('<DIST />' eq 'oracle7') || ('<DIST />' eq 'oracle8') || |
|
('<DIST />' eq 'rocky8') || ('<DIST />' eq 'alma8') || |
|
('<DIST />' eq 'centos8-stream') || ('<DIST />' eq 'centos9-stream') || |
|
('<DIST />' eq 'rhes9') || ('<DIST />' eq 'oracle9') || |
|
('<DIST />' eq 'rocky9') || ('<DIST />' eq 'alma9')) { |
$mysqlcmd = '/bin/systemctl restart mariadb.service'; |
$mysqlcmd = '/bin/systemctl restart mariadb.service'; |
} elsif ('<DIST />' eq 'ubuntu18') { |
} elsif (('<DIST />' eq 'ubuntu18') || ('<DIST />' eq 'ubuntu20') || |
|
('<DIST />' eq 'ubuntu22')) { |
$configfiles = 'Apt and MySQL'; |
$configfiles = 'Apt and MySQL'; |
$mysqlcmd = 'sudo /bin/systemctl restart mysql.service'; |
$mysqlcmd = 'sudo /bin/systemctl restart mysql.service'; |
} |
} |