From 9a17b0d80e8a6ef1be50eecc67190a06b3258dd0 Mon Sep 17 00:00:00 2001 From: Anon Date: Sun, 25 Feb 2024 23:06:58 -0800 Subject: [PATCH] Updated cron.sh to only use the sh shell --- cron.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cron.sh b/cron.sh index dd9266c..a38a148 100755 --- a/cron.sh +++ b/cron.sh @@ -1,4 +1,4 @@ -#! /usr/bin/env bash +#! /usr/bin/env sh # Danbooru Bot, an image posting bot for Pleroma # Copyright (C) 2022 Anon <@Anon@yandere.cc>