From 296b1998a03f5aaf5d43f52318ad6aa31ad67131 Mon Sep 17 00:00:00 2001 From: alban Date: Sat, 7 Sep 2019 21:06:01 +0000 Subject: [PATCH] [fix] add PATH to cron --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index 133a738..63f6aa5 100644 --- a/install.sh +++ b/install.sh @@ -257,6 +257,7 @@ echo "\$(date) Restarted" HEREDOC chmod +x /usr/local/sbin/auto_upgrade_wekan cat << HEREDOC > /etc/cron.d/auto_upgrade_wekan +PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin/:/usr/local/bin/ 0 0 * * * root /usr/local/sbin/auto_upgrade_wekan HEREDOC