update scripts location

This commit is contained in:
Al-Hassan Abdel-Raouf 2023-02-17 10:51:32 +02:00
parent df5c4def7e
commit ddbb46a8fc
2 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@ username = "4grai01i2gm5jjnetr5ifgo7r"
# A command that gets executed and can be used to
# retrieve your password.
# The command should return the password on stdout.
password_cmd = "/home/alhassan/scripts/get-pass.sh streaming/spotify.com"
password_cmd = "/home/alhassan/sd/get-pass.sh streaming/spotify.com"
# The name that gets displayed under the connect tab on

View File

@ -16,7 +16,7 @@ fileext = ".vcf"
type = "carddav"
url = "https://cloud.disroot.org"
username = "alhassanaraouf"
password.fetch = ["command", "~/scripts/get-pass.sh", "email/alhassanaraouf@disroot.org"]
password.fetch = ["command", "~/sd/get-pass.sh", "email/alhassanaraouf@disroot.org"]
[pair my_calendars]
@ -35,4 +35,4 @@ fileext = ".ics"
type = "caldav"
url = "https://cloud.disroot.org"
username = "alhassanaraouf"
password.fetch = ["command", "~/scripts/get-pass.sh", "email/alhassanaraouf@disroot.org"]
password.fetch = ["command", "~/sd/get-pass.sh", "email/alhassanaraouf@disroot.org"]