Skip to content

Commit

Permalink
updated setup rerun schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
kamranzafar committed May 6, 2021
1 parent 58d2e60 commit 7d58f83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup-piprayer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ for prayer in $PRAYER_TIMES; do
NEW_CRON="$NEW_CRON\n$PRAYER_TIME_M $PRAYER_TIME_H * * * $CURR_PATH/play-azaan.sh $AZAAN #$PRAYER_NAME"
done

NEW_CRON="$NEW_CRON\n0 0 * * * $CURR_PATH/$(basename "$0") $AZAAN"
NEW_CRON="$NEW_CRON\n0 1 * * * $CURR_PATH/$(basename "$0") $AZAAN"
NEW_CRON="$NEW_CRON\n$CRON_BLOCK"

#echo -e "$NEW_CRON"
Expand Down

0 comments on commit 7d58f83

Please sign in to comment.