From a6341b32218eea1e52bb008c87f829187410e186 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Apr 23 2019 21:44:20 +0000 Subject: [frontend] fix shebang in daily cron job Bug caused by 19f2d47. Fixes: #685 --- diff --git a/frontend/conf/cron.daily/copr-frontend b/frontend/conf/cron.daily/copr-frontend index 3ffd80e..d85177a 100644 --- a/frontend/conf/cron.daily/copr-frontend +++ b/frontend/conf/cron.daily/copr-frontend @@ -1,4 +1,4 @@ -#! /usr/sh +#! /bin/sh # This file contains all the _mandatory_ Copr frontend tasks to be executed # daily. Don't edit this file manually, it is automatically updated with