init skript und pfade angepasst

This commit is contained in:
2026-05-23 11:43:12 +02:00
parent b35b729f2f
commit 23d598fb5c
4 changed files with 9 additions and 5 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
#!/usr/bin/env bash
source ~/cycling/.config
source ~/cycling/app/.config
ACCESS_TOKEN=$(./login.sh)
ACCESS_TOKEN=$(~/cycling/app/login.sh)
inotifywait -m ~/cycling/inbox -e create |
while read path action file; do