Search Results

Search: Posts Made By: gskumar1234
2,481
Posted By gskumar1234
One more help
Hi zaxxon,

I need one more help. I want the progam "myprogram.sh" to run every one minute to check the php program is running or not. I set the cron like this:
*/1 * * * *...
2,481
Posted By gskumar1234
It is working, thanks a lot
Hi zaxxon,

Thanks a lot. I was wondering for hours what is wrong with the program.

It is working fine.

Regards,
Suresh.
2,481
Posted By gskumar1234
Problem with bash shell script program
Hi,

This is my program.

#!/bin/bash
today=`date +"%b-%d-%Y"`
SERVICE="pbxconnect.php"
if [ ps ax | grep -v grep | grep $SERVICE ]; then
echo "pbx program is running"
else
nohup php...
Showing results 1 to 3 of 3

 
All times are GMT -4. The time now is 03:42 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy