You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-12-04 20:22:42 +03:00
Merge pull request #1139 from pleblanc1976/script-typo
Fixed a couple more instances of a typo.
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
# pre-uninstall steps for columnstore install
|
# pre-uninstall steps for columnstore install
|
||||||
|
|
||||||
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
|
||||||
|
|||||||
@@ -18,7 +18,7 @@
|
|||||||
### END INIT INFO
|
### END INIT INFO
|
||||||
|
|
||||||
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