mirror of
https://github.com/linuxserver/docker-diskover.git
synced 2026-01-21 04:11:39 +08:00
typo in defaults directory for copying crontab over
This commit is contained in:
parent
1c76b77b1d
commit
5a44cd93e3
@ -27,7 +27,7 @@ if [ ! -f "/app/diskover/diskover.cfg" ]; then
|
||||
fi
|
||||
|
||||
if [ ! -f "/config/crontab" ]; then
|
||||
cp /deafults/crontab /config/crontab
|
||||
cp /defaults/crontab /config/crontab
|
||||
fi
|
||||
|
||||
if [ ! -f "/etc/crontabs/abc" ]; then
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user