You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-08 14:22:09 +03:00
MCOL-452 missing user define in pre-uninstall
This commit is contained in:
@@ -8,6 +8,7 @@ prefix=/usr/local
|
|||||||
installdir=$prefix/mariadb/columnstore
|
installdir=$prefix/mariadb/columnstore
|
||||||
rpmmode=install
|
rpmmode=install
|
||||||
SUDO=" "
|
SUDO=" "
|
||||||
|
user=root
|
||||||
if [ $USER != "root" ]; then
|
if [ $USER != "root" ]; then
|
||||||
user=$USER
|
user=$USER
|
||||||
SUDO="sudo "
|
SUDO="sudo "
|
||||||
|
Reference in New Issue
Block a user