init skript und pfade angepasst
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user