Skip to content

Commit

Permalink
entry.sh: Fix typo (#425)
Browse files Browse the repository at this point in the history
  • Loading branch information
zclkkk authored Feb 11, 2023
1 parent c3ac894 commit f59ce30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/scripts/entry.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ else
if ! [ -z "$Ray_VipBigPointConfig__Cron" ]; then
echo "$Ray_VipBigPointConfig__Cron cd /app && dotnet $CONSOLE_DLL --runTasks=VipBigPoint" >>$CRON_FILE
fi
if ! [ -z "$Ray_LiveFansMedalConfig__Cron" ]; then
echo "$Ray_LiveFansMedalConfig__Cron cd /app && dotnet $CONSOLE_DLL --runTasks=LiveFansMedal" >>$CRON_FILE
if ! [ -z "$Ray_LiveFansMedalTaskConfig__Cron " ]; then
echo "$Ray_LiveFansMedalTaskConfig__Cron cd /app && dotnet $CONSOLE_DLL --runTasks=LiveFansMedal" >>$CRON_FILE
fi
fi

Expand Down

0 comments on commit f59ce30

Please sign in to comment.