Skip to content

Commit 38cb48a

Browse files
committed
bug-fix:
- timelapse_hook_geocentric.shのScheduleIDの処理の修正漏れ
1 parent e5bbf69 commit 38cb48a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

timelapse_samples/timelapse_hook_geocentric.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ BEGIN {
3838

3939
ScheduleID = 1;
4040
if(ARGC >= 4) ScheduleID = ARGV[4];
41-
if((ARGC >= 3) && (ARGV[2] == "start")) ScheduleID = ARGV[3];
4241
printf("ScheduleID: %d\n", ScheduleID) >> "/tmp/log/timelapse_hook.log";
4342
if(ScheduleID == 1) {
4443
dir = 1;

0 commit comments

Comments
 (0)