mirror of
https://github.com/linux-speakup/espeakup.git
synced 2026-08-21 07:14:18 +02:00
Do not try to remove the pid file unless we are in speakup mode
This commit is contained in:
parent
58ed438f00
commit
3fbbdf1922
1 changed files with 1 additions and 1 deletions
|
|
@ -160,7 +160,7 @@ int main(int argc, char **argv)
|
|||
|
||||
espeak_Terminate();
|
||||
close_softsynth();
|
||||
if (!debug)
|
||||
if (!debug && espeakup_mode == ESPEAKUP_MODE_SPEAKUP)
|
||||
unlink(pidPath);
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue