diff --git a/install b/install index a9fe8fa..28d0bcb 100755 --- a/install +++ b/install @@ -28,7 +28,7 @@ if [ -n "$1" ] ; then fi fi -install -vm 755 "timetracker.sh" "$bin" +install -vm 755 "timetracker" "$bin" cp "timesheet.service" "$service" systemctl --user enable "timesheet.service"