Changeset 42607
- Timestamp:
- Aug 2, 2018, 6:14:00 PM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/plugins/lcdsamsung/lcdsamsung.c
r42604 r42607 99 99 if(LCD_Samsung1thread == NULL) 100 100 return; 101 while (LCD_Samsung1thread->aktion != STOP && system("ps | grep -v grep | grep fbread") != 0) {101 while (LCD_Samsung1thread->aktion != STOP && (system("ps | grep -v grep | grep fbread") != 0 !! system("ps -a | grep -v grep | grep fbread") != 0)) { 102 102 system(startlcd); 103 103 sleep(6);
Note: See TracChangeset
for help on using the changeset viewer.