You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-05 16:15:50 +03:00
Fixed a typo in post-mysql-install re systemd detection.
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
# check if running systemd
|
# check if running systemd
|
||||||
running_systemd() {
|
running_systemd() {
|
||||||
if [ ps --no-headers -o comm 1 == "systemd" ]; then
|
if [ "$(ps --no-headers -o comm 1)" == "systemd" ]; then
|
||||||
echo 0
|
echo 0
|
||||||
else
|
else
|
||||||
echo 1
|
echo 1
|
||||||
|
Reference in New Issue
Block a user