Evie Litherland-Smith
fe1f5bb6a2
Move home/services/ files up one level, adjust imports accordingly.
6 lines
177 B
Bash
6 lines
177 B
Bash
URL="dav.xenia.me.uk"
|
|
secret-tool lookup url "$URL" >/dev/null || (
|
|
echo "Setup calendar password"
|
|
secret-tool store --label="Personal calendar vdirsyncer" url "$URL"
|
|
)
|