1
0
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:
david hill
2016-04-22 13:54:14 -05:00
parent ba78610a8e
commit 7355feb7fe

View File

@ -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);