Merge pull request #4 from linuxserver/fix-init

This commit is contained in:
Adam 2022-11-28 14:52:02 +00:00 committed by GitHub
commit a966a3fff7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@ fi
touch /config/hashtags.txt
if [[ -n ${FEED_LIMIT} ]]; then
sed -i "s/-l [[:digit:]]\+/-l ${FEED_LIMIT:-5}/" /etc/crontabs/abc
sed -i "s/-l [[:digit:]]\+/-l ${FEED_LIMIT:-5}/" /etc/crontabs/root
fi
# permissions