From 2dcbc1a9010ce20b45abe75987a4f49e3ead6471 Mon Sep 17 00:00:00 2001 From: Roxedus Date: Wed, 14 Jun 2023 01:04:01 +0200 Subject: [PATCH] Fix path --- root/app/feed2toot-cron.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root/app/feed2toot-cron.sh b/root/app/feed2toot-cron.sh index 10c290f..8332594 100755 --- a/root/app/feed2toot-cron.sh +++ b/root/app/feed2toot-cron.sh @@ -1,4 +1,4 @@ #!/usr/bin/with-contenv bash # shellcheck shell=bash -s6-setuidgid abc python3 /usr/bin/feed2toot -l "${FEED_LIMIT:-5}" -c /config/feed2toot.ini +s6-setuidgid abc python3 /lsiopy/bin/feed2toot -l "${FEED_LIMIT:-5}" -c /config/feed2toot.ini