[Solved] Php script waiting for shell script execution completion
I understand this is more a conceptual question. Two simplest methods that come into mind are: 1) Use a “flag file” that you create from the shell script. When the file exists, it means the script is done. When there’s no file, the script still runs. Or other way around. That’s common method for shell … Read more