mirror of
https://github.com/linuxserver/docker-feed2toot.git
synced 2026-03-02 00:02:50 +08:00
Merge pull request #4 from linuxserver/fix-init
This commit is contained in:
commit
a966a3fff7
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user