You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-26 05:02:32 +03:00
MCOL-520 - amazon added sudo for chmod
This commit is contained in:
@@ -1867,6 +1867,9 @@ void ProcessMonitor::processMessage(messageqcpp::ByteStream msg, messageqcpp::IO
|
||||
|
||||
if (WEXITSTATUS(status) != 0 )
|
||||
{
|
||||
//chmod before update, used on amazon ami EBS. not other systems
|
||||
system("sudo chmod 666 /etc/fstab");
|
||||
|
||||
cmd = "echo " + entry + " >> /etc/fstab";
|
||||
system(cmd.c_str());
|
||||
|
||||
|
Reference in New Issue
Block a user