Ignore errors when reading crontab listing as it fails if currently empty

This commit is contained in:
Louis Brunner 2020-10-02 14:11:55 +01:00
parent dea0a70497
commit f8f6b2faa0

View file

@ -514,7 +514,7 @@ SpeedtestMode(){
SetCronTab() SetCronTab()
{ {
# Remove OLD # Remove OLD
crontab -l > crontab.tmp crontab -l > crontab.tmp || true
if [[ "$1" == "0" ]]; then if [[ "$1" == "0" ]]; then
sed -i '/speedtest/d' crontab.tmp sed -i '/speedtest/d' crontab.tmp