From da7976f9d4f6b06f31bec52125ba08ba8d85dc39 Mon Sep 17 00:00:00 2001 From: Anon Date: Sun, 25 Feb 2024 22:22:03 -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 6128fa9..ce30025 100755 --- a/cron.sh +++ b/cron.sh @@ -1,4 +1,4 @@ -#! /usr/bin/env bash +#! /usr/bin/env sh # Yandere Lewd Bot, an image posting bot for Pleroma # Copyright (C) 2022 Anon <@Anon@yandere.cc>