Merge branch 'main' of http://alex-freenas.ddns.net:3000/M/VisualSapfor into main
This commit is contained in:
@@ -257,7 +257,11 @@ public:
|
|||||||
|
|
||||||
void saveProgress(long long persentDone) {
|
void saveProgress(long long persentDone) {
|
||||||
String dump_progress = "echo '";
|
String dump_progress = "echo '";
|
||||||
|
<<<<<<< HEAD
|
||||||
dump_progress = dump_progress + to_string(persentDone).c_str() + "' > progress";
|
dump_progress = dump_progress + to_string(persentDone).c_str() + "' > progress";
|
||||||
|
=======
|
||||||
|
dump_progress = dump_progress + to_string(persentDone).c_str() + "' >> progress";
|
||||||
|
>>>>>>> 242719e7a7d26457dbf6d23b3613d00a22d992b4
|
||||||
|
|
||||||
system(dump_progress.getCharArray());
|
system(dump_progress.getCharArray());
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user