You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-01 06:46:55 +03:00
MCOL-520 - amazon changes
This commit is contained in:
@ -172,8 +172,8 @@ fi
|
||||
touch $RCFILE
|
||||
|
||||
if [ $user != "root" ]; then
|
||||
echo "uncomment runuser in rc.local"
|
||||
sed -i -e 's/#MCS//g' /etc/rc.d/rc.local >/dev/null 2>&1
|
||||
echo "uncomment runuser in rc.local, amazon AMI"
|
||||
sed -i -e 's/#runuser/runuser/g' /etc/rc.d/rc.local >/dev/null 2>&1
|
||||
fi
|
||||
|
||||
echo "!!!Module Installation Successfully Completed!!!"
|
||||
|
Reference in New Issue
Block a user