mirror of
https://github.com/kuhyx/screen-locker.git
synced 2026-07-04 13:43:37 +02:00
fix: PYTHONPATH in screen locker status check; sudo for steam enforcer install
This commit is contained in:
parent
95fdb5a440
commit
7a14ea9b74
@ -89,4 +89,4 @@ fi
|
||||
# Immediately check if today's workout is done; block if not
|
||||
echo ""
|
||||
echo "=== Checking today's workout status ==="
|
||||
python3 "$SCREEN_LOCK_PATH" --production
|
||||
PYTHONPATH="$(cd "$SCRIPT_DIR/../.." && pwd)" python3 "$SCREEN_LOCK_PATH" --production
|
||||
|
||||
Loading…
Reference in New Issue
Block a user