Fehler #614
Von Maximilian Seesslen vor etwa 6 Stunden aktualisiert
Very strange. Pool.sh has to be reworked.
When using signals, "wait" can not be used without any tricks.
When the main process gets an signal, wait immediately finishes with an return code, causing "-e" to let the application finish. Subprozesses are still running.
When using signals, "wait" can not be used without any tricks.
When the main process gets an signal, wait immediately finishes with an return code, causing "-e" to let the application finish. Subprozesses are still running.