mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 16:01:20 +02:00
Merge branch 'next' of coolstreamtech.de:cst-public-gui-neutrino into next
Conflicts: lib/libconfigfile/configfile.cpp src/system/setting_helpers.cpp src/zapit/src/femanager.cpp
This commit is contained in:
@@ -235,7 +235,7 @@ bool CRecordInstance::Stop(bool remove_event)
|
||||
|
||||
if((autoshift && g_settings.auto_delete) /* || autoshift_delete*/) {
|
||||
snprintf(buf,sizeof(buf), "nice -n 20 rm -f \"%s.ts\" &", filename);
|
||||
my_system("/bin/sh", "-c", buf);
|
||||
my_system(3, "/bin/sh", "-c", buf);
|
||||
snprintf(buf,sizeof(buf), "%s.xml", filename);
|
||||
//autoshift_delete = false;
|
||||
unlink(buf);
|
||||
|
Reference in New Issue
Block a user