You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-30 19:23:07 +03:00
fix compile issue
This commit is contained in:
@ -1720,7 +1720,7 @@ void ProcessMonitor::processMessage(messageqcpp::ByteStream msg, messageqcpp::IO
|
||||
if (WEXITSTATUS(status) == 0 )
|
||||
break;
|
||||
|
||||
string cmd = "echo " + entry + " >> /etc/fstab";
|
||||
cmd = "echo " + entry + " >> /etc/fstab";
|
||||
system(cmd.c_str());
|
||||
|
||||
log.writeLog(__LINE__, "Add line entry to /etc/fstab : " + entry);
|
||||
|
Reference in New Issue
Block a user