Skip to content

Commit

Permalink
make cron script executable, closes #33
Browse files Browse the repository at this point in the history
  • Loading branch information
schorschii committed Aug 27, 2024
1 parent fa97609 commit 35f8e6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installer/deb/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ fi

# copy files in place
install -D -m 644 ../../README.md -t $BUILDDIR/$INSTALLDIR
install -D -m 644 ../../assets/laps-runner.cron $BUILDDIR/etc/cron.hourly/laps-runner
install -D -m 755 ../../assets/laps-runner.cron $BUILDDIR/etc/cron.hourly/laps-runner
install -D -m 644 ../../laps-runner/laps_runner/*.py -t $BUILDDIR/$INSTALLDIR/laps_runner
install -D -m 644 ../../laps-runner/requirements.txt -t $BUILDDIR/$INSTALLDIR
install -D -m 644 ../../laps-runner/setup.py -t $BUILDDIR/$INSTALLDIR
Expand Down

0 comments on commit 35f8e6a

Please sign in to comment.