Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
6550798e6e Fix scripts
- use full path to binary to prevent loops
2025-06-05 08:24:05 +02:00
3 changed files with 3 additions and 3 deletions

View file

@ -1,5 +1,5 @@
Package: timetracker
Version: 1.0.2
Version: 1.2.0
Section: misc
Priority: optional
Architecture: all

View file

@ -1,3 +1,3 @@
#!/usr/bin/env sh
timetracker -archivedata=true
/var/lib/timetracker/timetracker -archivedata=true

View file

@ -1,3 +1,3 @@
#!/usr/bin/env sh
timetracker
/var/lib/timetracker/timetracker