typo in defaults directory for copying crontab over

This commit is contained in:
alex-phillips 2018-06-07 15:03:29 -04:00
parent 1c76b77b1d
commit 5a44cd93e3

View File

@ -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