From 9c3026da89b230c00ccc05490839bf59dfb46318 Mon Sep 17 00:00:00 2001 From: jblu Date: Fri, 16 Jun 2023 02:45:32 -0500 Subject: [PATCH] updated crontab --- crontab | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crontab b/crontab index 2cbb225..e3506cb 100644 --- a/crontab +++ b/crontab @@ -1 +1 @@ -*/30 * * * * . /etc/environment; bash /opt/phc.sh >> /logfile \ No newline at end of file +*/30 * * * * . /etc/environment; sh /opt/phc.sh >> /logfile \ No newline at end of file