Skip to content

Commit

Permalink
Update cron.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
MrDoobPG authored and MrDoobPG committed Oct 24, 2019
1 parent 38db651 commit f96d08c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion menu/cron/cron.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ EOF

read -p '↘️ Type Number | Press [ENTER]: ' typed </dev/tty

f [[ "$typed" -ge "0" && "$typed" -le "7" ]]; then echo $typed >/var/plexguide/cron/cron.day && break=1;
if [[ "$typed" -ge "0" && "$typed" -le "7" ]]; then echo $typed >/var/plexguide/cron/cron.day && break=1;
elif [ "$typed" == "8" ]; then echo "*" > /var/plexguide/cron/cron.day && break=1;
elif [ "$typed" == "9" ]; then echo $RAN >/var/plexguide/cron/cron.day && break=1;
else badinput; fi
Expand Down

0 comments on commit f96d08c

Please sign in to comment.