Minor changes
This commit is contained in:
@@ -130,7 +130,6 @@ class WOStackController(CementBaseController):
|
||||
if pargs.all:
|
||||
pargs.web = True
|
||||
pargs.admin = True
|
||||
pargs.php73 = True
|
||||
pargs.php74 = True
|
||||
pargs.php80 = True
|
||||
pargs.php81 = True
|
||||
|
||||
@@ -169,7 +169,6 @@ class WOMysql():
|
||||
elif os.path.exists('/usr/bin/mysqladmin'):
|
||||
mariadb_admin = "/usr/bin/mysqladmin"
|
||||
else:
|
||||
Log.info(self, "MariaDB server isn't installed")
|
||||
return False
|
||||
if WOShellExec.cmd_exec(self, f"{mariadb_admin} ping"):
|
||||
return True
|
||||
|
||||
Reference in New Issue
Block a user